Hi All: Do you know if it is possible to update m...
# integrations
a
Hi All: Do you know if it is possible to update multiple transactions, for example Invoices in 1 API Call using the
/services/rest/record/v1/Invoices
Endpoint? It would be updating 1 field on a number of transaction IDs in 1 call. Any thoughts are appreciated.
i
not that i know, dont even think you can do that via suitescript, that sounds like a use case for a map/reduce. closest I can think of is running it async on your API call.
r
It can also be done via a CSV upload through a script. But either that or a map reduces as mentioned above if you plan to load and save or use submitfield api.
a
Thanks for the feedback!