MobileCRM.MobileReport.showFormWithConfiguration - Resconet/JSBridge GitHub Wiki
[v16.0] Shows new MobileReport form. Source for the report can be defined either as list of MobileCRM.Reference objects or as FetchXML query.
If both types of source are passed, user can select which one to use.
Argument | Type | Description |
---|---|---|
report | MobileCRM.Reference | Optional reference to the resco_mobilereport entity that will be pre-selected. |
source | MobileCRM.Reference[] | The list of entity references used as report input. |
fetchXML | String | The fetch XML defining the entity (entities) query used as report input. |
paramString | String | Run report form Configuration string in JSON format. |
failed | function(errorMsg) | A callback which is called in case of error. |
scope | Object | The scope for callbacks. |