Customization Procedure
The follow procedure outlines the steps required to perform the customization:
1. Create an MVC Table Builder extending the one registered for the table. Annotate the builder with @OverrideComponentBuilder and override any of the following:
◦ buildConfigurableTable() to return the custom view class.
◦ buildComponentData() if there is custom data acquisition logic.
◦ buildComponentConfig() to define other custom configurations (models, help files)
4. Define a custom form delegate to process the attributes (The change task affected/resulting objects step requires a second form delegate to be created) See
Create a Form Delegate (Step 4) for more information.