Customizing an OOTB Action
Actions are uniquely identified by the name of the action and the name of the object type.
To customize an OOTB action, your customization must adhere to the following points:
action name and objecttype name in the custom definition must match those in the OOTB action definition.
objecttype tag and action tag in the customization must contain the incremental attribute.
To add a new action to an OOTB object type, ensure the following points:
objecttype name must match the OOTB objecttype.
objecttype tag must contain the incremental attribute.
Was this helpful?