How to confirm the assignment group type of a user in a business rule condition?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 02:23 PM
Hello!
I am wondering how to best confirm that a user's assignment group's group type is certain type. Perhaps this is a custom field on the sys_user_group table my company has added, as I do not see it on my PDI when I went and looked. Thinking I may have to do a GlideRecord look up, but am wondering if I can instead simply create a condition in the business rule. We want the business rule to run when a user is not part of a certain group type.
Thanks!
Best,
Dan
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2023 06:01 AM
Hi John,
I am looking to do a before query BR on the goal table that checks to see if a user is a member of a specific assignment group. The user should only be able to view records for which he/she is a member. I do have a field on the assignment groups called lock and also have a group type specified. I have tried a few combinations but currently am still seeing all the records when I impersonate the user.
Any help would be greatly appreciated.