On Function

Query function to evaluate whether the value is on the specified date.

Parameters

Parameters allow for data to be passed to the query function.

Name Type Nullable Unicode Description
PropertyName
Edm.String False False

The name of the property to evaluate.

PropertyValue
Edm.String False False

The value to compare.

Syntax Example

?$filter=Microsoft.Dynamics.CRM.On(PropertyName=@p1,PropertyValue=@p2)&@p1='name'&@p2='value'

See also