Customization > Action Customization > Windchill Action Framework > Registering Custom Action and Custom Action Model
Registering Custom Action and Custom Action Model
Registering custom action
Add the name of custom action XML file to <customizationRootDirectory>/configurations/xconf/custom.site.xconf using the com.ptc.netmarkets.util.misc.customActions property.
An example is given below:
<AddToProperty name="com.ptc.netmarkets.util.misc.customActions" value="Acme-actions/AcmePartClient-actions.xml"/>
Registering custom action model
Add the custom action model XML file to <customizationRootDirectory>/configurations/xconf/custom.site.xconf using the com.ptc.netmarkets.util.misc.customActionModels property:
An example is given below:
<AddToProperty name="com.ptc.netmarkets.util.misc.customActionModels" value="Acme-actions/AcmePartClient-actionmodels.xml"/>
Was this helpful?