MobileCRM.Application.readFileAsync - Resconet/JSBridge GitHub Wiki
[v15.3] Reads the file from the application local data and asynchronously gets its content.
Arguments
Argument | Type | Description |
---|---|---|
path | String | Defines the relative path of the file in the application local data. |
encoding | String | Defines the text encoding for file content (default is UTF8). Use base64 for binary files. Supported values: UTF8, UTF16 ASCII, BASE64. |