Execute Custom Action | Zoho Creator Help

Execute custom action

ZCReportAPIUtil

This utility lets you make use of the reports of your Zoho Creator applications in your Android apps.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.

Methods to execute custom action in reports in Java


executeCustomAction(ZCReport zcReport, List<Long> recordIDs, long customActionID)

Executes the specified custom action on the specified records in the specified report.

zcReportAn object that holds the details of the required report.
customActionIDThe ID of the required custom action.
recordIDsThe list of records (their ID) for which you want to execute the specified custom action.