MobileCRM.Application.writeFileAsync - Resconet/JSBridge GitHub Wiki
[v15.3] Asynchronously writes data into the file from the application local data.
Arguments
Argument | Type | Description |
---|---|---|
path | String | Defines the relative path of the file in the application local data. |
text | String | Defines the file content (in corresponding text encoding) to be written. |
encoding | String | Defines the text encoding for file content data. Use base64 for binary files. Supported values: UTF8, ASCII, BASE64. |