I have a grid with data from the record type, I should have a link a column to either withdraw or cancel. when a user clicks its. The status in the record type has to be updated .UI below
when I am trying to update the record type it shows error. Please help
error:
Discussion posts and replies are publicly visible
you can't directly do a!update in saveInto you should use a!save() and store the a!update in some variable
Example:-a!save(ri!data,a!update(logic))
thanks