Skip to main content
March 11, 2024
Question

Update the value of a related field using a Record relationship

  • March 11, 2024
  • 1 reply
  • 0 views

So, i want to update a related field of a record, that contains an array of records. Im trying to do it by using append, but no values are stored into the field.  

Anyone knows if there is a way to achieve this? Doing it in the initialization of the object works, but i need to update it on demand.

thank you very much!.

1 reply

March 11, 2024

Sorry, I was not doing the a!save in the field that contains the relation.  Problem solved!.