Skip to content

Commit 1d7a7e0

Browse files
README.md
1 parent 525aff3 commit 1d7a7e0

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 when Change state = "Implement"
6+
4. task_ci is the relationship table that links tasks to configuration items (ci_item).
7+
5. Create a GlideRecord object for the CI table.
8+
6. Finds all relationship records where the task field equals this Change Request.
9+
7. Set the CI’s install_status to "In Maintenance".

0 commit comments

Comments
 (0)