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 ad780c5 commit 512ad04Copy full SHA for 512ad04
Server-Side Components/Business Rules/Automatically Add Manager to Group/script.js
@@ -1,5 +1,6 @@
1
(function executeRule(current, previous /*null when async*/ ) {
2
/*
3
+ Runs : After insert/update on condition "manager changes".
4
Insert : When Group is created, manager is added to group.
5
Update : When group manager is changed, it is added to group.
6
*/
0 commit comments