Next7Days Function

Query function to evaluate whether the value is within the next 7 days.

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.Next7Days(PropertyName=@p1)&@p1='name'

See also