Skip to content

Commit 13cf91f

Browse files
authored
Created readme.md
1 parent 069dee1 commit 13cf91f

File tree

1 file changed

+35
-0
lines changed
  • Server Side/Update Sets Scopes Issues Fix Automation

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
ServiceNow Developers work with update set batching and many times it happens that customer updates gets captured in a wrong scope. As of Xanadu release, there is no way to fix these scoping issues in child updates.
2+
This utility will perform following and implement a way of taking in a parent/batch update set:
3+
4+
- Navigate all children, all updates in children.
5+
6+
- Determine scope issues with updates.
7+
8+
- Create new update set in correct scopes.
9+
10+
- Move updates to those new update sets.
11+
12+
- Associate them with parent/batch.
13+
14+
- Stop action on completion of update sets if there are any scope issues found and direct the user to click on the Fix Scope button.
15+
16+
17+
18+
This functionality has following:
19+
20+
- Business rule to abort transaction if scoping issues are found in batched update sets.
21+
- Script include which does job of scoping issues conflict as well as logic for fixing batch scope issues.
22+
- UI action which can be used by developers to fix scoping issues conflict.
23+
24+
![image](https://github.com/user-attachments/assets/0a7c5127-7c15-4bb6-bf96-17de3b81a334)
25+
26+
![image](https://github.com/user-attachments/assets/87872d20-f2c2-42ac-8c69-d095cc7ddaf3)
27+
28+
![image](https://github.com/user-attachments/assets/94890946-395c-476f-a9b9-b81e94a801c9)
29+
30+
![image](https://github.com/user-attachments/assets/96bcea79-a06e-4891-aace-3bbba81e9cb4)
31+
32+
33+
34+
35+

0 commit comments

Comments
 (0)