Modifying a table definition
To modify a Sales Center table definition:
Procedure
- Declare a new table definition using the com.ibm.commerce.telesales.widgets.tableDefinitions extension point.
- -If you are adding columns to the end of the table definition, then you should use the referenceId attribute to specify the fully-qualified ID of the table definition that you are replacing. The table columns declared in the new definition will be appended to the end of the definition.
- Optional: If you need to reorganize the table columns, then you should not use the referenceId attribute, but instead re-declare the entire definition. You can use the referenceId attribute on the column elements so you don't need to completely re-declare the columns.
- After re-declaring the new table definition, use the system configurator to indicate that the new definition should be used instead of the Sales Center definition. Table definitions that refer to the removed table definition using the referenceId attribute will not be affected.