Skip to content

Commit 512ad04

Browse files
authored
Update script.js
1 parent ad780c5 commit 512ad04

File tree

1 file changed

+1
-0
lines changed
  • Server-Side Components/Business Rules/Automatically Add Manager to Group

1 file changed

+1
-0
lines changed

Server-Side Components/Business Rules/Automatically Add Manager to Group/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(function executeRule(current, previous /*null when async*/ ) {
22
/*
3+
Runs : After insert/update on condition "manager changes".
34
Insert : When Group is created, manager is added to group.
45
Update : When group manager is changed, it is added to group.
56
*/

0 commit comments

Comments
 (0)