create a flag named "Is Manager" in user table and write business rule logic to set this flag is the user is a manager for any user in sys_user table.

Srishti7
Tera Contributor

create a flag named "Is Manager" in user table and write business rule logic to set this flag ig the user is a manager for any user in sys_user table.

5 REPLIES 5

Mark Manders
Mega Patron

Are you telling us this is something you have done, or do you have a question about this?

If my answer helped you in any way, please then mark it as helpful.

Mark


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I need the condition to if user us manager or not.

I have created Before Business Rule and need a condition to check "is user a manager" so on ACTION I can mark IsManager field to be true.

 

 

Swapnil Shirsik
Giga Guru

Hi Srishti,

- Creating a checkbox- please open any user record. Right click- configure-> form layout an add the true/false field as below-

- I created a before update business rule and 

You can create a before update business rule on sys_user table to set the checkbox to true.

 

Please mark this answer as helpful/correct based on the impact.

Could you please help me with the condition to check if the user is a manager or not. 

Please