I am looking for the event trigger logic.

bonsai
Mega Sage

I am looking for the triggers for the following events.
I was unable to find them even using the code search function.

How are these events created?

①ast_contract.approval.inserted
②ds_document_version.approval.rejected
③ds_document_version.approval.inserted

 

 

There are notifications triggered by these events, and we are investigating the necessity of these notifications.
We would like to know which users receive the notifications and at what point in time.

1 ACCEPTED SOLUTION

J Siva
Kilo Patron

Hi @bonsai 
All three events are triggered by the Business rule called "Approval Events (Non-Task)"

JSiva_0-1785475937641.png

The event-triggering logic is dynamic. The first part of the event name is automatically derived by the script from the current record's table name. That's why you're unable to find this using code search.
JSiva_1-1785476093818.png

Hope this helps.

Regards,
Siva

View solution in original post

1 REPLY 1

J Siva
Kilo Patron

Hi @bonsai 
All three events are triggered by the Business rule called "Approval Events (Non-Task)"

JSiva_0-1785475937641.png

The event-triggering logic is dynamic. The first part of the event name is automatically derived by the script from the current record's table name. That's why you're unable to find this using code search.
JSiva_1-1785476093818.png

Hope this helps.

Regards,
Siva