Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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!
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.
Thanks Randy. That is a good thought, I will do some research on that route as well.