-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.FetchXml.Fetch.serializeToXml
rescocrm edited this page May 15, 2023
·
3 revisions
[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. |