getFormForBulkEditRecords(List <zcrecord> records)
This returns metadata of the form in order to edit multiple records in a report.
Parameters:
currentReport | An object which holds the details of the report. |
record | An 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:
zcForm | An object which holds the details of the form. |