-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.MobileReport
rescocrm edited this page Feb 10, 2025
·
5 revisions
Provides a functionality of mobile reporting.
| Property | Type | Description |
|---|
| Function | Description |
|---|---|
| GenerateReportRequest | [v18.0] The request class specifying behavior of MobileCRM.MobileReport.generateReportAsync function. |
| GenerateReportResult | [v18.0] The result class for MobileCRM.MobileReport.generateReportAsync function. |
| generateReportAsync | [v18.0] Generates the mobile report based on provided request parameters. The generated report will be saved to file system or attached to a record. |
| runReport | [v9.1] Deprecated: please use MobileCRM.MobileReport.generateReportAsync instead. Executes the mobile reporting request which produces the mobile report document of given format. |
| runReportAsync | [v9.1] Deprecated: please use MobileCRM.MobileReport.generateReportAsync instead. Executes the mobile reporting request which produces the mobile report document of given format. |
| showForm | [v10.1] Shows new MobileReport form. Source for the report can be defined either as list of MobileCRM.Reference objects or as FetchXML query. |
| showFormWithConfiguration | [v16.0] Shows new MobileReport form. Source for the report can be defined either as list of MobileCRM.Reference objects or as FetchXML query. |