Skip to content

MobileCRM.Application.readFile

rescocrm edited this page May 15, 2023 · 3 revisions

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.
success function(result) A callback function for successful asynchronous result. The result will carry a String object with the file content.
failed function(error) A callback function for command failure. The error argument will carry the error message.
scope A scope for calling the callbacks; set "null" to call the callbacks in global scope.
Clone this wiki locally