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

Community Alums
Not applicable

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

5 REPLIES 5

Community Alums
Not applicable

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.