Skip to content

Commit a7b45b0

Browse files
authored
Update readme.md
1 parent d60ffe4 commit a7b45b0

File tree

1 file changed

+6
-0
lines changed
  • Specialized Areas/Fix scripts/updateMultipleRecords

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
*************
2+
This script will query the group table and look for groups with inactive members. The script will replace the inactive manager with the oldest active member of the group.
13

4+
Logs: If no active members are there in group //gs.info("Group " + grp.name + " does not have any active user");
5+
6+
After manager is replaced : gs.info("Group " + inactiveMgrGrp.name + " manager changed to " + getOlderGroupMember(inactiveMgrGrp).name);
7+
*************

0 commit comments

Comments
 (0)