Skip to main content
13-Aquamarine
September 9, 2024
Question

Can we use (PersistenceManagerEvent.PRE_STORE) event for Change notice creation ?

  • September 9, 2024
  • 2 replies
  • 752 views

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.

 

 

2 replies

14-Alexandrite
September 9, 2024

Hi

Please refer to article https://www.ptc.com/en/support/article/cs43313 for How to determine which event to listen for in Windchill

Community Moderator
September 13, 2024

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.

HelesicPetr
22-Sapphire II
22-Sapphire II
September 16, 2024

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