You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TargetSuiteCRM, we get all SecurityGroups and pull out a mapping of group names to group IDs.
Since a group's ID must be unique, but it's not guaranteed that their name will be unique, we warn if groups with the same name were detected.
Strangely, there are warnings occurring that show that these two groups with the same name have the same ID.
Either SuiteCRM is behaving strangely, or we're fetching the information incorrectly
The text was updated successfully, but these errors were encountered:
In TargetSuiteCRM, we get all SecurityGroups and pull out a mapping of group names to group IDs.
Since a group's ID must be unique, but it's not guaranteed that their name will be unique, we warn if groups with the same name were detected.
Strangely, there are warnings occurring that show that these two groups with the same name have the same ID.
Either SuiteCRM is behaving strangely, or we're fetching the information incorrectly
The text was updated successfully, but these errors were encountered: