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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2022 01:22 AM
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.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2022 03:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 06:21 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2022 04:20 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 06:22 AM
Could you please help me with the condition to check if the user is a manager or not.
Please