Skip to content

MobileCRM.FetchXml.Condition

Maros Kolibas edited this page Nov 28, 2019 · 1 revision

MobileCRM.FetchXml.Condition Object

Represents a FetchXml attribute condition statement.

Properties

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.
Clone this wiki locally