- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 03:05 PM
We want to manage VIP user using groups, how can i enable the VIP checkbox auto when the user is part of a group ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2016 03:21 PM
The problem with that is you are needing the business rule to run off the sys_user_grmember table and setting a value in the sys_user table.
Plus, we've determined that it runs when you manually add/remove someone from the group, so the business rule seems to work.
Here is what i would do.
Create a new community post with the question of why is my business rule not running on the LDAP import explaining that it works when you manually add someone to the group, but when the transform map does it, the business rule does not run even when 'run business rules' is checked.
This might find someone who has an answer to respond since this issue is not obvious from the current post question...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 11:43 AM
I noticed an ACL on your screenshot for the VIP field. What does that hold? Is it just restricting write to the admin role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 11:49 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 11:53 AM
Might verify by disabling (unchecking the active flag on that ACL) just to be sure that is it.
Not convinced it is actually the ACL, but just trying to brainstorm possibilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2016 02:58 PM
Removed the active flag, removed all user from that SN group "Authorized_to_skip_approval" and readd a new one, but still no VIP checked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2016 11:41 AM
Let me know if i should post another question about business rule not running for ldap sync