How to create custom action in windchill?
Below are the steps given to add an action: 1. Add your action in <windchill>/codebase/config/actions/custom-actions.xml <objecttype name= "cem" class= "com.ptc.qualitymanagement.cem.CustomerExperience" > <action name= "test_action" enabledwhensuspended= "true" resourceBundle= "ext.com.ptc.qualitymanagement.cem.customerExperienceActionsRB" > <command url= "netmarkets/jsp/qms/test.jsp" windowType= "popup" /> </action> </objecttype> 2. Make the action entry in <windchill>/codebase/config/actions/ custom-actionModels.xml <model name= "cem toolbar actions" menufor= "com.ptc.qualitymanagement.cem.CustomerExperience" > <action name= "cemRenameObjectWizard" type= "object" /> <action name= "test_action" type= "cem" /> <action name= "qmsSetState" type= "life...