Hi,
I'm currently working on setting up Business Rules that put users in groups based off of their role. I have been successful in having this rule kick off when the user is created with a specific Job Title, however, I'm looking for a bit more functionality, specifically in editing the job title field.
I would like it to operate like this:
User has Job Title A and is assigned Group 1, Group 2, and Group 3 based off of that role.
User's job title changes to Job Title B. Groups 1, 2, and 3 are removed and user is assigned Groups 4, 5, and 6.
User later on down the road is manually assigned group A and Group B.
User's job title changes back to Title A. Groups 4, 5, and 6 are removed but groups A and B are retained, and user is again assigned Group 1, 2 and 3.
Is something like this possible?