Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EqualUserId Function

Namespace:
Microsoft.Dynamics.CRM

Query function that evaluates whether the value is equal to the ID of the user.

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.

Syntax example

?$filter=Microsoft.Dynamics.CRM.EqualUserId(PropertyName=@p1)&@p1='name'

See also