Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SugarCRM or 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.
Yes, I highly advise using SQL directly against the database for initial setup if not coming from a scratch install. The table that you would insert into is the securitygroups_records table. Add a group to a record via the UI then see how it gets inserted into the database. ID fields are populated using uuid(). Datetime fields use now().
10 years ago
Yes, I highly advise using SQL directly against the database for initial setup if not coming from a scratch install. The table that you would insert into is the securitygroups_records table. Add a group to a record via the UI then see how it gets inserted into the database. ID fields are populated using uuid(). Datetime fields use now().
8 years ago
Closing this out, but feel free to follow up if you have any more questions.