Open tjsousa opened 11 years ago
Hrm... looks like it's choking on resolving an association to the Contacts module. Check that the relationships to Contacts are all okay in Sugar studio.
Unfortunately I have no control of the SugarCRM installation where this is happening as I develop a piece of software that must work with third-party SugarCRM accounts.
But I was able to avoid this error but checking on the module_name
result value. Hope this helps :)
Even better! Thanks again!
I have the same problem for this line userAssignedSugar = SugarCRM::User.find_by_first_name_and_last_name(userAssigned.firstname.capitalize, userAssigned.lastname.upcase)
I don't understand how tjsousa resolve this issue. You can help me ?
I have that too for Account.
When I try to access Accounts module, it shows an error "undefined method `klass' for false:FalseCla ss (NoMethodError)" somebody plz help me. Thanks in advance
Got this error when trying to retrieve Contacts from a SugarCRM installation. I'm pretty clueless about this because it seems to work in every other installation I've tried before.
Pretty standard
SugarCRM::Contact.all
afterSugarCRM.connect(...)