I would like to know if it’s possible to edit multiple records with the same relation at the Data Management screen?
Thanks, Mario
I would like to know if it’s possible to edit multiple records with the same relation at the Data Management screen?
Thanks, Mario
Hi Mario,
You can update multiple records with a single request using the API:
https://backendless.com/docs/rest/data_multiple_objects_bulk_update.html
The REST Console tab supports that. However, you would not be able to do it using the DATA BROWSER
tab.
Regards,
Mark
OK, I found the REST CONSOLE and make a request “GET” and the response it’s ok with all the records I need to update.
How can then write the necessary PUT and add the relation to update. The relations where coming null and I need to update with the correct one.
It’s necessary a Postman or I can do it in REST CONSOLE?
Thanks, Mario
Do you need to update related records?
Yes. I have this type of missing information coming from mobile bad connections.
The cliente, control, usuario are missing but the ownerId reveals for me that was the same user, same client and I need to update those fields.
Thanks, Mario
If you need to establish a relation for more than one parent record, it cannot be done in Backendless Console. Using the API, you’d need to set a relation for each parent record individually.
Regards,
Mark