Bulk editing records in a report
Parameters
reportInfo | An object which holds Report Info. |
---|---|
formLinkName | The link name of the form. |
completionHandler | The Form object and Error will be returned to the completionHandler. |
Parameters
recordIDs | Array of record IDs for which the records are to be updated. |
---|---|
reportLinkName | The report link name of the report in which the record is present. |
form | The Form object that is to be updated. |
completionHandler | The FormSubmitResponse and Error will be returned to the completionHandler. |