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.
/* 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.
Hoping these articles will help:
https://www.ptc.com/en/support/article/cs327032
https://www.ptc.com/en/support/article/cs109200
Good luck