Skip to content

MobileCRM.MobileReport.runReportAsync

rescocrm edited this page May 15, 2023 · 4 revisions

[v9.1] 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, Text.
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.
Clone this wiki locally