Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello All,
I want to catch the Check in event for EPMDocument, after successfull check in, want to call a simple java class to display some information to user.
how i will be catch the checkin event ? and then call a java method.
Please any help will be great.
Thanks,
Vivek
Solved! Go to Solution.
Have you seen this case? It gives a code snippet for adding a listener, but I'm not sure if the event they are using is the one you want.
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS162943
Have you seen this case? It gives a code snippet for adding a listener, but I'm not sure if the event they are using is the one you want.
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS162943
Hi Vivek,
In the code snippet that Jamie has pointed you to, replace "EPMWorkspaceManagerEvent.POST_WORKSPACE_CHECKIN" with "WorkInProgressServiceEvent.POST_CHECKIN" for your case.
Let me know if that helps.
-Ismail