Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I'm working on an event handler that will check when a part has it's 'Common Attributes' updated. Has anybody figured out which event those actions trigger? I've tried a handful of those out of PersistenceManagerEvent but they don't seem to be the right ones.
Hi,
The events triggered for the identity changes (common attributes) are IdentityServiceEvent.PRE_CHANGE_IDENTITY andIdentityServiceEvent.POST_CHANGE_IDENTITY.
Regards,
Were you able to identify a solution for this. If yes, please share