You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. This client script will prevent admin users to do insert/update operation in onBefore business rules.
8
+
2. It will help to avoid HealthScan findings thus increasing healthscan score.
9
+
3. Will prevent recursive calls.
10
+
11
+
Link to ServiceNow Business Rules best Practise : https://developer.servicenow.com/dev.do#!/guide/orlando/now-platform/tpb-guide/business_rules_technical_best_practices
alert("As per ServiceNow best Practise insert and update should be avoided in onBefore BRs. If you still want tp proceed try deactivating client script : "+g_form.getUniqueValue());
0 commit comments