updating fields from dynamic editable grid to record.

trying to change value:

COI_D_Documents.lesseenumber=11111

this seems to be the correct solution but..

a!localVariables(
   local!cdt:ri!coi
  ,local!fld: "[{" &""""& ri!field & """" & ":" & ri!valuesForTheField &"}]"
  ,local!json:a!fromJson(local!fld)
  ,updatecdt(cdt: cons!COI_RT_Document,fieldsAndValues:{local!json})

)

But i cant get updateCDT to work.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data