This API service lets you manage the different functionalities in a report.
Custom action
Methods
performCustomAction(workFlowLinkName: String ,onRecordIDs recordIDs: [String], in reportInfo: ReportInfo,completionHandler: @escaping (Result<CustomActionResponse>) -> Void)This performs the custom action on the report.
performCustomAction(workFlowLinkName: String ,onRecordIDs recordIDs: [String], in reportInfo: ReportInfo,completionHandler: @escaping (Result<CustomActionResponse>) -> Void)
Parameters
workFlowLinkName | Link name of the workflow |
| onrecord IDs | Array of record IDs for which the custom action is to be performed |
|---|---|
| reportInfo | This contains the app owner, app link name, and report link name |
| completionHandler | The file data will be returned to the completionHandler |