This recipe continues from the previous order header table recipe. The example in this recipe is that we will have service order lines that reflect the work required on the vehicle. The concepts in this recipe can be applied to any order line table; to follow exactly, the previous recipes should be completed first.
Creating order line tables
How to do it...
To create the order line table, follow these steps:
- Create a new table named ConWHSVehicleServiceLine.
- Drag the following EDTs onto the table:
- ConWHSVehicleServiceId
- LineNum
- ItemId (you may receive an error if you haven't referenced Application Suite)
- ItemName
- ConWHSVehicleServiceStatus
- Remove the ConWHSVehicle prefixes.
- The ServiceId and LineNum fields are usually controlled from code, so make them...