Visiblity by Permission Group

Questions about and code samples for adding visibility conditions within Select
Post Reply
bdutil
Posts: 121
Joined: Tue Jul 19, 2016 1:48 pm

Visiblity by Permission Group

Post by bdutil »

Is it possible to set a visibility condition based on the users group assignment? If so where do I start?
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Visiblity by Permission Group

Post 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.
Bob Richards, Senior Software Developer, SoftPro
Post Reply