Enable VIP Flag to all users from an Azure group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:53 AM
I want to be able to enable the VIP flag for all the users in a group , pulled from Azure AD.
I created a business rule:
When To Run:
When: After
Order: 200
Group is: "XYZ vip Group from Azure"
Action:
Nothing
Advanced:
Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 12:05 PM
Hi, I don't' believe that you have made any coding errors and as you indicated it works for new group members, which is correct expected behavior as your BR will only run when a new member is added to the group IE a new record is inserted into sys_user_grmember table.
For existing group members, you will need to update the sys_user records manually or with a background or fix script. Alternatively, you could remove all group members, then add them again, but this is less desirable as you will lose audit data identifying when they were first added to the group and by who.