Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
I want create same actions in windchill with different name, I don't want to put multiple entries in *action.xml file, The function of the actions are same just the names are different on windchill UI. Anything I can do in *.actionModel.xml and in *.RBInfo file.
Any help would be appreciated.
I guess you can just dublicate the actions in *actions.xml file with the different names and describe them in *RB.class. *RBInfo files is the old technology. Now you can use the annotations.
Let me know if you need the example of the *RB.class.
This seems to be not possible in Windchill. You may need to duplicate your action defintion.
Anton and Ismail are correct. Each action will need to have its own separate entry in the actions.xml.