Users with HR profile

Janu sree
Tera Guru

Hi,

 

For the Quick links widget, I've to make one of the Quick link visible only to 'Users with HR Profile'.

Please assist how can I achieve this ? Is there will be any User criteria available for HR profile users' ? or should create a one

 

 

TIA.

6 REPLIES 6

@Janu sree 
Create a Checkbox on the "sys_user" table named "Has HR Profile" and make the logic such that whenever a new HR Profile record is inserted in HR Profile table, the respective sys_user record's "Has HR Profile" checkbox should also be checked. 
In this way, you will be able to identify which SysUser has HR Profiles. And then use the User Criteria to just check the checkbox of sys_user table.

 

Let me know if this approach works for you and mark it as helpful!

Hi @Aniket Bhanse  - There is an existing 'Has Hr Profile' field in User table.

How to use of this and apply in the user criteria for the Quick link ?