We are running SugarPro patch 5.2.0h using MSSQL on Windows platform...
We've just turned on Auto Create User option with the following additions:
$user->load_relationship('team');
$user->teams->add(1);
$user->load_relationship('aclroles');
$user->aclrules->add(READONLY);
Everything seems to work fine except that when the auto created user logs in, he or she gets everything duplicate in the listview. In another words, he or she gets the duplicate data records for all modules.
Do you have any idea what needs to be fixed or how to debug this issue?
Thanks,
RLW


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks