This API service lets you manage the different functionalities in a form.
Adding a record from a report
The below methods are to be used when a record is to be added from the report.
Parameters
| reportLinkName | The report link name. |
|---|---|
| formInfo | An object which holds Form Info. |
| completionHandler | The Form object and Error will be returned to the completionHandler. |
Parameters
| reportLinkName | The report link name. |
|---|---|
| form | The Form object that is to be submitted. |
| completionHandler | The FormSubmitResponse and Error will be returned to the completionHandler. |