Skip to content

MobileCRM.Services.DynamicsReport.download

rescocrm edited this page May 15, 2023 · 3 revisions

Downloads the MS Dynamics report into a file.

Arguments

Argument Type Description
fileName String A file name for resulting file. Leave "null" to let app to safely generate the file name and extension.
format String One of following formats (must be supported in Dynamics): XML, CSV, PDF, MHTML, EXCELOPENXML, WORDOPENXML, IMAGE.
success function(location) A callback function that is called with the full path to downloaded file.
failed function(errorMsg) A callback which is called in case of error.
scope Object The scope for callbacks.
Clone this wiki locally