I created a group Business Rule that triggers "After adding or removing a member from a group".
On its Activity Scope I added a test group, and set it for "The group object" and "Members of the group" but not "Direct members only". This resulted in two entries in the list, one for the group object and one for its members.
The BL triggers when:
- users are added or removed
- groups are added or removed
- the membership of sub-groups changes
The one exception is if I just delete a group that is currently a member (rather than simply remove it as a member), in this case the BR does not trigger.
What should I do to make the BR detect this (admittedly rare) case?