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: |
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. |
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. |
Parameters:
zcReport | An object that holds the details of the required reports. |
zcComponent | An object that holds the details of the required report component |
Parameters:
zcReport | An object that holds the details of the required reports. |
getRecordsCount(ZCReport zcReport, boolean isWithCriteria)
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)
Parameters:
zcReport | An object that holds the details of the required reports. |
subformRecordParams | The subformRecordParams object. |
Parameters:
zcComponent | An object that holds the details of the required report component |