UserExits for CATIA V5 Connector

Unfortunatly I was not successful to get the following question answered by searching in SWYM, knowledge base, creating a SR, testing on my own. Hopefully one of you can help me.

In CAD integrations often client side user exits are requested on events like open, save, connect, ... . The following DS components based on 3DX provide this: Creo connector, SLW connector, CATIA 3DX (by BLR).

In the past the CATIA V5 connector web integration was supporting this with the UserExists.dll (a C++ library). But I got the information that it's not supoprted anymore.

Unfortunatly I was not able to find how it's working for the Connector for CATIA V5 Embedded Integration, although it is listed in the R2018x documentation:

"User Exits are customized function calls used by collaborative apps to do specific operations before or after certain functions in the application. This section lists the commands and the corresponding user exit values supported in Embedded Integration mode."


Ony reference I found was BR10000232662 reporting an error, what leads me to CAA. But even the CAA developer guide does not provide any search hit on CAACD5UserExits::SaveFinalPre or UserExits or SaveFinalPre.


Do you have information or implemented client side triggers for the Connector for CATIA V5 Embedded Integration?