Page 1 of 1

Visiblity by Permission Group

Posted: Tue Jul 03, 2018 8:40 am
by bdutil
Is it possible to set a visibility condition based on the users group assignment? If so where do I start?

Re: Visiblity by Permission Group

Posted: Tue Jul 03, 2018 3:28 pm
by BobRichards
Select provides a way to test if the current user is a member of a specific Security Group. This information is configured during system setup and may include groups such as Accounting, Administrators, Escrow Officer, Order Entry or Title Officer.

Code: Select all

return IsCurrentUserMemberOfGroup('TitleOfficer') 
Don’t confuse security groups with User Positions checkboxes (Title officer/Examiner, Escrow officer/Closer, etc.). This function does not look at the user Positions checkboxes even though the groups may have similar names.