Rest-kinetic Update no Request Payload ds

I am trying to convert a customization that ran on a form and this is the first time trying to update a field using rest-kinetic.
I am sorry if this has been covered before but I don’t see the resemblance between the offered solutions and my GetByID / Update. Here is my event that has a result row that populates the dvTempRow after the GetByID. The row-update works changes the value of CheckBox18 to false and the RowMod to “U”.
I am trying to convert a customization that ran on a form and this is the first time I have tried to update a field using rest-kinetic.



row update -




What am I missing? FYI 2025.1

Try changing this to UD04:

Actually… I second-guessed myself and looked at one I have set up. This is what its using in Method Parameters:

I tried both UD04 and [object Object] on the Update neither worked. Thanks

What does [object Object] mean?

So just by trial and error I changed the “temp” dataview from


to this

my GetByID

my row-update

and my Update

Update Payload

Update Response

I HOPE this helps someone else. I spent a week on this no code low code solution. I could have done it in 5 minutes with a function…

2 Likes