Based on compensation field user should be populate as VIP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 12:41 AM
I have compensation grade field on Hr profile table
below are the compensation grades based on compensation grades user should be VIP(VIP fields in user table)
SVP
VP
SEB
EB 2
EB1
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 06:50 AM
You can create a business rule on sn_hr_core_profile that runs when the compensation grade changes. Your code can compare to see if the new compensation grade value is one of your VIP values and update the VIP flag on that person’s sys_user record to true/false accordingly.