You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments