Creating an Action Model Customization File
1. Identify the OOTB action model to be modified using jcaDebug and the Reporting Tools for Actions and Action Models. For more information, see Debugging, Action Customization Tools—Reports.
2. 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.
3. Create an XML file in this module under <customizationRootDirectory>/<module>/main/resources directory to define your changes to the OOTB 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 type of actions specified in the file. For example: partModule-actionmodel.xml or customPart-actionmodel.xml.
a. Add the model tag as mentioned in Defining a New Custom Action Model. This value must match the OOTB model name of the action model being customized.
b. Add incremental attribute to the model tag. For example, <model name="more parts actions" incremental="">
Was this helpful?