Skip to content

Commit 218b4c6

Browse files
README.md
1 parent 39c16c9 commit 218b4c6

File tree

1 file changed

+9
-0
lines changed
  • Server-Side Components/Business Rules/Set CI to In Maintenance on Change start

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Set CI to In Maintenance on Change start
2+
3+
1. Write a Business Rule - After Update
4+
2. Select the Change Request Table
5+
3. Add a Condition that Change state = "Implement"
6+
4. task_ci is the relationship table that links tasks to configuration items (ci_item)
7+
5. Finds all relationship records where the task field equals this Change Request
8+
6. Retrieve the CI whose sys_id is stored in ciRel.ci_item, It returns true if found.
9+
7. Set the CI’s install_status to In Maintenance.

0 commit comments

Comments
 (0)