Skip to content

MobileCRM.FetchXml.Fetch.executeOffline

rescocrm edited this page May 15, 2023 · 3 revisions

[v8.0] Performs the offline CRM Fetch request regardless of the app online/offline mode.

Arguments

Argument Type Description
output String A string defining the output format: Array, JSON, XML or DynamicEntities.
success function(result) A callback function for successful asynchronous result. The result argument will carry the objects array of type specified by output argument.
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