chicks / sugarcrm

A ruby based REST Client for SugarCRM
MIT License
90 stars 64 forks source link

Relation created through Studio not saving updates. #103

Closed sudeepsnairontash closed 10 years ago

sudeepsnairontash commented 10 years ago

I have a module named 'contracts' it has a relation field of type 'many to one' with the 'User' module.Means a User can have many contracts. The relation is created through the SugarCRM studio. When the relation field value is modified, it is showing the updated value in sugarCRM detail view, but when accessing the field using the sugarcrm Ruby gem, it is showing the old value. Do you have any solution?

sudeepsnairontash commented 10 years ago

It was a mistake in the SugarCRM list view fields. Sorry.