We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249b2f9 commit da14162Copy full SHA for da14162
Server-Side Components/Business Rules/Validate Checklist items/incompleteChkListShowErrMsg.js
@@ -1,4 +1,5 @@
1
-//Business Rule: before update on the escalation table (custom)
+//Business Rule: before update on the incident table
2
+//Condition: changing state to 'In Progress'
3
(function executeRule(current, previous /*null when async*/) {
4
var checklistGR = new GlideRecord("checklist");
5
checklistGR.addQuery("document", current.sys_id);
0 commit comments