MobileCRM.FetchXml.Order - Resconet/JSBridge GitHub Wiki
Represents a FetchXml order statement.
Property | Type | Description |
---|---|---|
alias | String | Defines an order alias. |
attribute | String | An attribute name (CRM logical field name). |
descending | Boolean | true, for descending order; false, for ascending order. |
Method | Description |
---|---|
constructor | Constructs an instance of MobileCRM.FetchXml.Order object. |