Skip to content

MobileCRM.Application.writeFileAsync

rescocrm edited this page May 15, 2023 · 2 revisions

[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.
Clone this wiki locally