Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I'm not sure but I would guess:
wt.inf.container.WTContainerMoveEvent
with PRE_MOVE and POST_MOVE
Hi @KS_9713081 ,
Update the following properties in wt.properties file to generate events log/information when move action is performed.
wt.services.verbose=true
wt.services.verboseEvents=true
I'm not sure but I would guess:
wt.inf.container.WTContainerMoveEvent
with PRE_MOVE and POST_MOVE
Hi....Thank you ..It works for me
Hello,
I also need to configure WTContainerMoveEvent.POST_MOVE, can you share the code snippet, which interface to implement and method to call like notifyVetoableMultiObjectEvent. Thanks