Editing a record in a report
Parameters
| recordID | ID of the current record. |
|---|---|
| reportLinkName | The report link name of the report in which the record is present. |
| formInfo | An object which holds Form Info. |
| completionHandler | The Form object and Error will be returned to the completionHandler. |
Parameters
| recordID | The ID of the record that needs 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. |