Adding a Custom Action Model
1. Identify the module for placing the customization artifacts for this action model. Create this module if it does not exist. For information on modules and customization packages, see Package Structure for Customization Artifacts, Package Structure.
2. Create an XML file in the <customizationRootDirectory>/<module>/main/resources folder to define your custom action model.
* 
It is recommended to create a custom folder under resources to place your XML file.
Provide a unique name to the XML file, such as your module name or model name. For example: partModule-actions.xml or customPart-actions.xml.
3. Deploy your action model. For more information, see Deploying Action and Action Model Customizations.
For complete solution element and modular structure, see Adding Custom Action.
Was this helpful?