Bulk editing records in a report | Zoho Creator Help

Bulk editing records in a report

FormUtil

This util lets you manage the different functionalities in a form.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.

Bulk editing records in a report in Java

getFormForBulkEditRecords(List <zcrecord> records)

This returns metadata of the form in order to edit multiple records in a report.

Parameters:

currentReportAn object which holds the details of the report.
recordAn object which holds the details of the record to be edited.

 

updateRecord(ZCForm zcForm)

This updates the record in a report with the data entered in the form. In case media fields are present, you need to use the upload API before using this method.

Parameters:

zcFormAn object which holds the details of the form.