MobileCRM.FetchXml.Fetch.executeOnline - Resconet/JSBridge GitHub Wiki
[v8.0] Performs the online CRM Fetch request regardless of the app online/offline mode.
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. |