Skip to content

Commit b3ef265

Browse files
authored
Clarify script section in README
Updated the README to clarify the script section.
1 parent 8db9a1c commit b3ef265

File tree

1 file changed

+5
-2
lines changed
  • Server-Side Components/Business Rules/Update Set Scope Validation

1 file changed

+5
-2
lines changed

Server-Side Components/Business Rules/Update Set Scope Validation/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ This business rule is useful for ensuring that updates in an update set adhere t
3535
Use the following script in the **Script** field:
3636

3737
```javascript
38+
(function executeRule(current, previous /*null when async*/) {
39+
40+
// Add attached code here
3841

39-
// Add Attached code here
42+
})(current, previous);
4043

4144
```
4245

@@ -47,4 +50,4 @@ Use the following script in the **Script** field:
4750

4851

4952
## Screenshots
50-
![Output Result](error.png)
53+
![Output Result](error.png)

0 commit comments

Comments
 (0)