getReport(String appOwnerName, String appLinkName, String reportLinkName, ZCComponentType reportType, int noOfRecordsToFetch, String queryString)
Returns the metadata and the records that the specified list, calendar, timeline, kanban, or map report displays.
Parameters:
| appOwnerName | The Zoho username of the specified Creator application's owner. |
| appLinkName | The link name of the required Zoho Creator application. |
| reportLinkName | The link name of the required report, which is present in the specified Creator application. |
| reportType | The target report's type:
|
| noOfRecordsToFetch | Specifies the number of records that are to be fetched; ranges from 1 to 200; 50 is the recommended value. |
| queryString | The criteria to filter the records, which is to be passed in the format: |
getReport(ZCComponent zcComponent, int noOfRecordsToFetch)
Returns the metadata and the records that the specified list, calendar, timeline, kanban, or map report displays.
Parameters:
| zcComponent | An object that holds the details of the specified report component. |
| noOfRecordsToFetch | Specifies the number of records that are to be fetched; can range from 1 to 200; and 50 is the recommended value. |
loadMoreRecords(ZCReport zcReport, ZCComponent component, int pageSize)
Loads more records from the specified list, calendar, timeline, kanban, or map report. The number of records that will be loaded is based on the value of the pageSize parameter.
Parameters:
| zcReport | An object that holds the details of the required reports. |
| zcComponent | An object that holds the details of the required report component |
| pageSize | Specifies the number of records that you want to load. |
getUpdatedRecordsAfterActionPerformed(ZCReport zcReport, ZCComponent zcComponent)
Returns the list of records after executing the specified report actions.
Parameters:
| zcReport | An object that holds the details of the required reports. |
| zcComponent | An object that holds the details of the required report component |
updateRecordInReport(ZCReport zcReport)
Updates the records that the specified report displays.
Parameters:
| zcReport | An object that holds the details of the required reports. |
getRecordsCount(ZCReport zcReport, boolean isWithCriteria)
Returns the total number of records that the specified report displays.
Parameters:
| zcReport | An object that holds the details of the required reports. |
| isWithCriteria | Specifies whether the count is to be returned with or without the criteria. Set it as true to return the count after applying the criteria; else set as false. |
getReportForSubformRecord(ZCReport zcReport,SubformRecordParams subformRecordParams)
Returns the metadata and the record of the report for the subform summary.
Parameters:
| zcReport | An object that holds the details of the required reports. |
| subformRecordParams | The subformRecordParams object. |
getPivotReportURL(ZCComponent zcComponent)
Returns the public URL of the specified pivot table or pivot chart.
Parameters:
| zcComponent | An object that holds the details of the required report component |