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().
This case is public.
Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment...
Are you sure you want to delete this case?
SugarCRM Editions
Sugar Community
Compatible Versions
"Great support, works pretty well. A few glitches here and there with Easy Theme - but thats related to the theme and not the securitysuite. Would lo..."
- dgreene
11 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().
9 years ago
Closing this out, but feel free to follow up if you have any more questions.