Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I want to perform some java actions at every checkin, does PTC offer some way to listen the CHECKIN_COMPLETED event to trigger those actions? I know the publisher does something like that and I want to do the same with java but I dont know how to do it...
Some guidance to start it would be greatly appreciated!
Warm Regards
Guilherme Rocha - Tech Consultant
PLM Solutions do Brasil
“A goal without a plan is just a wish.”
I guess you would be listening for "POST_CHECKIN" from WorkInProgressServiceEvent class. Check Windchill Java Doc at following link for this.
<windchill>/wt/clients/library/api/wt/vc/wip/WorkInProgressServiceEvent.html
Thank you very much for your answer! I will research on that!
Warm Regards
Guilherme Rocha - Tech Consultant
PLM Solutions do Brasil
“A goal without a plan is just a wish.”