Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi BjoernRueegg,
Can we use same ( PersistenceManagerEvent.PRE_STORE) event for Change notice creation ?
Because I want manipulate char length of one of String type IBA before CN creation.
If not then could you please suggest the right event.
Hi
Please refer to article https://www.ptc.com/en/support/article/cs43313 for How to determine which event to listen for in Windchill
Hello @@_1647,
It looks like you have a response on your topic. If it helped to answer your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.
Hi @_1647
What exactly do you want to do with IBA length?
Throw exception to a user that length is over a limit?
It is possible to use the PRE_STORE event, but I would use different way. by changing a wizard processor where is a pre-operation method.
PetrH