WebSphere Commerce EnterpriseWebSphere Commerce Professional

Replacing a menu action

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. This section explains how to replace a menu action.

About this task

To replace one of the default IBM Sales Center actions with new action:

Procedure

  1. Define a new extension to the com.ibm.commerce.telesales.ui.actions extension point.
  2. Use the com.ibm.commerce.telesales.configurator extension point to indicate that the new action will be used instead of the default IBM Sales Center action. Note that all of the out of the box menu items delegate their real work to an action registered with com.ibm.commerce.telesales.ui.actions. Therefore once that action is overridden, the behavior of the menu item that delegates to that menu item will change as well.