Skip to content

Commit ebf1353

Browse files
authored
Create readme.md
1 parent de3ed58 commit ebf1353

File tree

1 file changed

+1
-0
lines changed
  • Server-Side Components/Business Rules/Update Incident State To Closed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To close a parent record when its children are closed in ServiceNow, create a Business Rule or Flow Designer on the child table. This rule should trigger when a child record's state changes to "closed," check if all related child records are closed, and then update the parent record's state accordingly.

0 commit comments

Comments
 (0)