Skip to main content
1-Visitor
July 25, 2022
Question

Cad Worker setup to run custom application

  • July 25, 2022
  • 2 replies
  • 1140 views

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.

2 replies

RPN
18-Opal
July 28, 2022

/* 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. 

21-Topaz I
July 29, 2022
RPN
18-Opal
July 29, 2022

By the way Worker