Based on compensation field user should be populate as VIP

Nikhitha4
Tera Contributor

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

Susan Britt
Mega Sage
Mega Sage

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.