Skip to content

Commit ebf05ab

Browse files
Update README.md
Updating readme file
1 parent 6990d5a commit ebf05ab

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Scheduled Jobs/Deactivate Memberless Group

1 file changed

+1
-1
lines changed

Server-Side Components/Scheduled Jobs/Deactivate Memberless Group/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Scenario-
55
Deactivate the active groups which doesn't have members for last 6 months.
66
Approach-
77
1. A scheduled job runs daily or weekly to identify groups without members.
8-
2. To track when a group becomes memberless, a DateTime field (e.g. u_memberless_date) is added to the sys_user_group table and populated with the current date when no members are found.
8+
2. To track when a group becomes memberless, a Date field (e.g. u_memberless_date) is added to the sys_user_group table and populated with the current date when no members are found.
99
3. If members are added later, the field value is cleared.
1010
4. Groups that remain memberless for over six months (based on the u_memberless_date) are automatically deactivated.

0 commit comments

Comments
 (0)