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 read-only and mandatory (this ensures that the code that sets them has run before the user saves the line).
The LineNum field is usually used to order the lines and can be made not visible if this isn't to be displayed in the user interface. All visible (non-system) fields should either be in a field group or made not visible. ...