Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello,
We want to implement certain conditions for the creation of Change Management objects. Currently, only users with the Change Leader role can create change requests and change notices. We've enforced this restriction through policy administration.
Additionally, our customer has requested the following:
How can I achieve this?
Hi @MI_10060660
Generally you can achieve it by customization.
Remove all actions from standard menu for creation CR, and CN
Allow it just in the detail page on the ChangeRequest and Problem report
Create own filter that shows his actions if the conditions are met
All is doable.
PetrH
How can I do this?
Hi @MI_10060660
You have to know, how to create customization
so start study
CS212271 - Windchill PLM - Customization
CS60345 - Customization Guide of Windchill PLM
CS357647 - Windchill PLM - Customization with Eclipse IDE
If you find how to add an action then you would know how to remove it.
PetrH