Skip to content

MobileCRM.Services.DocumentService.saveFileDialog

rescocrm edited this page May 15, 2023 · 3 revisions

[v11.2] Ask to user to choose a location and saves the passed data as a file at that location.

Arguments

Argument Type Description
fileName String A file name.
fileData String Base64 encoded file data.
callback function(result) A callback function for asynchronous result. In case of success result argument will be true otherwise false.
scope Object The scope for callbacks.
Clone this wiki locally