Event Handler for After Deep Save?

Hi,

I wanted to trigger an event handler after a deep save operation, but there isn’t an option to trigger one after deep save. I can see an event handler for transaction is that the one to use? or could one be added?

Thank you

Hello @Farid

Deep Save:
The “Deep Save” functionality is a single API request that can create or update a complete “object tree” in the database using a single transaction.
Use Transaction Event Handler to trigger an event after a Deep Save operation

Regards,
Vladimir