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?
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?