In these steps, we create a table that puts the concept of date-effectivity into use:
- Create a new integer EDT named ConWHSOdometer with a label Odometer.
- Create a new table named ConWHSVehicleTableServiceData.
- Drag the ConWHSVehicleId EDT on to the Fields node, and rename it to VehicleId. Configure the field's properties to be a primary key (cannot edit after creation and is mandatory). Create a foreign key relationship, but do not create an index.
- Drag the ConWHSOdometer EDT onto the Fields node, and rename to Odometer.
- We can now choose whether our changes can be updated daily, or for every change made. This is done using the table's Valid Time State Field Type property. We want to allow changes to be made frequently, ...