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 525aff3 commit 1d7a7e0Copy full SHA for 1d7a7e0
Server-Side Components/Business Rules/Set CI to "In Maintenance" on Change start/README.md
@@ -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