Registering Custom Actions and Custom Action Models
Registering custom actions
Specify the name of the XML file that contains the custom actions in the property com.ptc.netmarkets.util.misc.customActions.
An example is given below:
<AddToProperty name="com.ptc.netmarkets.util.misc.customActions" value="config\actions\myCustom\myCustomActions.xml"/>
Registering custom action models
Specify the name of the XML file that contains the custom action models in the property com.ptc.netmarkets.util.misc.customActionModels.
An example is given below:
<AddToProperty name="com.ptc.netmarkets.util.misc.customActionModels" value="config\actions\myCustom\myCustomActionModels.xml"/>
Parent topic