cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

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

vuchekar
9-Granite

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

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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

IsmailShaik
4-Participant
(To:jmomber)

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

Top Tags