Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#1640 - Is it possible to use it on a "drop-down"
Is it possible to define which option will be display in a drop-down list based on security group?
5 years ago
It's possible with SuiteCRM itself to do that with some development, but not with SecuritySuite's feature sets. You can definite custom functions and have your dropdowns load based on that custom function so that you can add/filter the options based on the currently logged in user's security groups.
This is the general idea for how to load a dropdown from a function (where you can then add your custom logic): https://www.eggsurplus.com/content/populate-a-dropdown-from-the-database/