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 8db9a1c commit b3ef265Copy full SHA for b3ef265
Server-Side Components/Business Rules/Update Set Scope Validation/README.md
@@ -35,8 +35,11 @@ This business rule is useful for ensuring that updates in an update set adhere t
35
Use the following script in the **Script** field:
36
37
```javascript
38
+(function executeRule(current, previous /*null when async*/) {
39
+
40
+ // Add attached code here
41
-// Add Attached code here
42
+})(current, previous);
43
44
```
45
@@ -47,4 +50,4 @@ Use the following script in the **Script** field:
47
50
48
51
49
52
## Screenshots
-
53
+
0 commit comments