MobileCRM.FetchXml.Fetch.serializeToXml - Resconet/JSBridge GitHub Wiki
[v10.0] Serializes the Fetch object to XML.
Argument | Type | Description |
---|---|---|
success | function(String) | A callback function for successful asynchronous result. The result argument will carry the XML representation of the Fetch object. |
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. |