Develop > Presentation layer > Customize IBM Sales Center
Menu actions
The default IBM Sales Center actions are defined by the com.ibm.commerce.telesales.ui.actionSetGroups extension-point. This extension point allows you to specify a list of actionSet IDs and an ID for the whole group. When a IBM Sales Center perspective is loaded, it will use a predefined ID to determine which action set group to use. You can use the system configurator plug-in to override an entire action set group, or a specific action set that already defined as part of the action set. All of the out of the box IBM Sales Center menu items delegate their actual work to an action that is registered with the com.ibm.commerce.telesales.ui.actions extension point. This allows you to use the system configurator to replace the implementation of a single action.
Related concepts
Overview of customizing IBM Sales Center
Related tasks