Skip to main content
1-Visitor
February 2, 2018
Question

How to customize WGM PDM actions ?

  • February 2, 2018
  • 1 reply
  • 1655 views

Hello,

I am looking to trigger a catia macro prior to or post PDM actions.  Our intent is that when a user performs an action such as Save, or check in from either the CATIA app or WGM Workspace, a CATIA macro would be triggered before or after the event.

Would the WGM toolkit be the solution for creating and implementing this type of functionality?  Are there any references available to better my understanding of the logic?

Thanks!

1 reply

20-Turquoise
February 2, 2018

wrote:

Hello,

I am looking to trigger a catia macro prior to or post PDM actions.  Our intent is that when a user performs an action such as Save, or check in from either the CATIA app or WGM Workspace, a CATIA macro would be triggered before or after the event.

Would the WGM toolkit be the solution for creating and implementing this type of functionality?  Are there any references available to better my understanding of the logic?

Thanks!


Creo Parametric gives one the capability to write listeners that listen for actions such as a save and then allow you to do something before or after the action. I would think Catia would have this same functionality.

ademarco1-VisitorAuthor
1-Visitor
February 2, 2018

Thanks Randy. That is a good thought, I will do some research on that route as well.