Adding Additional Columns
Each Work Order Master (wo_mstr) and Work Order Component Detail (wod_det grid) has a default list of columns to display. Using Personalization Architecture, you can add additional columns to this list. You can add the following columns:
• Existing columns in the wo_mstr or wod_det database tables. The columns that you add can be either display-only or editable. The edited data can be stored in the database.
• Calculated columns. These are not defined in the database tables, but instead are defined in temporary tables (temp-tables) The columns that you add can be either display-only or editable. The edited data can be stored in the database.
Refer to the
Customization Scenarios for examples on how to add specific aspects of columns.