Skip to content

Commit da14162

Browse files
HackoDev1530rohi-v
authored andcommitted
Update incompleteChkListShowErrMsg.js
1 parent 249b2f9 commit da14162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Server-Side Components/Business Rules/Validate Checklist items/incompleteChkListShowErrMsg.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//Business Rule: before update on the escalation table (custom)
1+
//Business Rule: before update on the incident table
2+
//Condition: changing state to 'In Progress'
23
(function executeRule(current, previous /*null when async*/) {
34
var checklistGR = new GlideRecord("checklist");
45
checklistGR.addQuery("document", current.sys_id);

0 commit comments

Comments
 (0)