MobileCRM.Services.DocumentService.saveFileDialog - Resconet/JSBridge GitHub Wiki
[v11.2] Ask to user to choose a location and saves the passed data as a file at that location.
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. |