We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any idea how to associate a user with a role? I tried the following:
role = SugarCRM::ACLRole.find_by_name("SomeRole") user = SugarCRM::User.find_by_user_name "user_name" role.users << users
but
SugarCRM::InvalidAssociation: Could not lookup association for: #<SugarCRM::Namespace0::ACLRole created_by...
The text was updated successfully, but these errors were encountered:
I forgot to mention, I'm using sugarcrm gem (0.9.18) and SugarCRM CE (6.5.12)
Sorry, something went wrong.
No branches or pull requests
Any idea how to associate a user with a role?
I tried the following:
but
SugarCRM::InvalidAssociation: Could not lookup association for: #<SugarCRM::Namespace0::ACLRole created_by...
The text was updated successfully, but these errors were encountered: