Print Template | Zoho Creator Help

Print template

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 for using report's print template in Java


getPrintContent(ZCReport zcReport, List<Long> recordIDs)

Returns the HTML content of the specified record as per the print template configured for the specified report.

Parameters:

zcReportAn object which holds the details of the report.
recordIDsList of record (their ID) for which you want to execute the specified custom action