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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Cad Worker setup to run custom application

HP_10319083
4-Participant

Cad Worker setup to run custom application

Hello All,

 

I want to run my custom application on Cad worker once user checkin the Creo files.

I am trying to achieve, once Cad worker open the model it should trigger our custom code.

I tried to set notification event "PRO_MODEL_RETRIEVE_POST" but this events isn't supported for Cad worker as Per PTC.

Do we have any alternative to accomplish this task?

Really appreciate any suggestion and help.

3 REPLIES 3
RPN
17-Peridot
17-Peridot
(To:HP_10319083)

/* ProMdlRetrievePostAllAction
DEPRECATED: Since Creo 3.0
SUCCESSORS: PRO_MODEL_RETRIEVE_POST_ALL
This enum is deprecated. Use PRO_MDL_RETRIEVE_POST_ALL instead
*/
PRO_MDL_RETRIEVE_POST_ALL = 19,

 

Maybe this helps, but there is no notifier for Pre/Post CheckIn. I would not use this one, but I don’t know you requirements. 

remy
21-Topaz I
(To:HP_10319083)

RPN
17-Peridot
17-Peridot
(To:remy)

By the way Worker 

Top Tags