Hello,
I have the following structure:
TravelFile: startdate, enddate, supplierid and suppliercompanyname
suppliercompanyname is a field mapped on a related field.
There is a relation between TravelFile and Suppliers through the supplierid field.
When I use this entity to update information and I use SaveFields to save the values of the fields before I update the object, modify the values of the object, including the supplierid and then call Rollbackfields, all fields are correctly rolled back, including the supplierid, but the value of the field suppliercompanyname is not updated.
How can I solve this without recalling the data from the database?
Thx,
Bernaert Dominique.