Skip to main content
1-Visitor
April 7, 2015
Solved

How to Capture EPMDoc Checkin event, and after checkin call a simple Program

  • April 7, 2015
  • 1 reply
  • 1702 views

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

Best answer by jmomber

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

1 reply

jmomber12-AmethystAnswer
12-Amethyst
April 8, 2015

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

1-Visitor
April 9, 2015

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