-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.FetchXml.Condition
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
Represents a FetchXml attribute condition statement.
| Property | Type | Description |
|---|---|---|
| attribute | String | The attribute name (CRM logical field name). |
| operator | String | The condition operator. "eq", "ne", "in", "not-in", "between", "not-between", "lt", "le", "gt", "ge", "like", "not-like", "null", "not-null", "eq-userid", "eq-userteams", "today", "yesterday", "tomorrow", "this-year", "last-week", "last-x-hours", "next-x-years", "olderthan-x-months", ... |
| uiname | String | The lookup target entity display name. |
| uitype | String | The lookup target entity logical name. |
| value | The value to compare to. | |
| values | Array | The list of values to compare to. |