Update Multiple Rows on UBAQ with REST?

I have an updatable BAQ where I have checked Allow New Record and Allow Multiple Row Update. I can call Get New twice, fill in the values for the two new rows, click Update, and both new records are saved successfully to the database. So far, so good.

Now I want to call this UBAQ from REST. The payload syntax does not appear to support passing multiple rows, but sending them one at a time (one REST call for each row) works just fine.

Am I missing anything here, or is passing multiple rows to a UBAQ simply not supported through REST at this time?

nope, it’s a known issue you have to do patch one record a time. patch does not allow a JSON array

1 Like

:frowning: image

Good to know. Knowing that it’s not going to work allows me to stop trying to make it do something that it won’t.

Thanks!

Do you know whether there is an intention to change to allow multiple records?

Cheers

Glenn

Question for @bconner I imagine.

1 Like