Which rule is executed first - Business Rule or Custom Trigger ?
When both Business Rule and a Custom Trigger is applied in an application, its the Business Rule that will be executed first before the Custom Trigger execution.
Business rules will be executed - Before the ticket is created.
Custom triggers will be executed - Post the ticket is created.
To see the history of the execution refer the History tab in related request. This details will be shown post 10.6 MSP Version.
New to ADSelfService Plus?
Related Articles
Notification script using Custom function in custom trigger
This is applicable from 10600 builds. From 10600 , Business rules dont have Email notification feature. The same use case be achieved through Custom triggers feature as mentioned below. Script to enable notification of request creation using custom ...
Business Rule is not working
There are a few configurations that need to be checked for business rules. 1. Account/Site Check the request Account & Site, Now, go to Admin>Business Rules>Filter the Account & Site and make sure the Business Rules is created for the same 2. Rule ...
Update Request Additional fields during request create/update using Custom Trigger - Deluge
This is a sample custom function script to update the Request Additional Field Values during request create/update based on certain criteria using Custom Triggers. Refer to this link for Python ...
Notification in Business rules using Zoho Deluge script - > 10.6
In 10.6, we don't have a separate option to notify technicians under the Business rules option. However, we have introduced something called custom action where more actions could be accomplished. As for notifying a technician/somebody when a ...
Script to satisfy first response SLA
As of now only for the following scenarios, First response can be marked in the MSP application, * Notes addition * Worklog addition * Technicians manual response Apart from this if you want to mark any other actions in the application as First ...