Fetch related records | Zoho Creator Help

Fetch related records

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.
getReportForRelatedDatablock(ZCReport zcReport,long recordLinkId,ZCDatablock datablock)

Fetches the specified related data block that is configured in the specified report's detail view.
zcReportAn object that holds the details of the required report.
datablockThe related data block that you want to load.
recordLinkIdThe record ID of the current record.