MobileCRM.MobileReport.runReportAsync - Resconet/JSBridge GitHub Wiki
[v9.1] Deprecated: please use MobileCRM.MobileReport.generateReportAsync instead. Executes the mobile reporting request which produces the mobile report document of given format.
Arguments
Argument | Type | Description |
---|---|---|
fetch | String | The fetch XML defining the entity (entities) query used as report input. |
reportXML | String | The mobile report XML definition which can be loaded from the resco_mobilereport entity or constructed dynamically. Ignored if IsExportOnly parameter is true. |
reportFormat | String | Report format: Pdf (default), Html, Excel, Word. |
isExportOnly | Boolean | If true then ReportXml is optional. The default is false. |
isOnline | Boolean | Indicates whether the report should be run against the online data or local database. The default is current application mode. |
outputFile | String | The full path to the output file. If omitted a temp file is created. |