InFiscalYear Function
Query function that evaluates whether the value is within the specified fiscal year.
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.Int64 | False | True | The value of the fiscal year. |
Syntax example
?$filter=Microsoft.Dynamics.CRM.InFiscalYear(PropertyName=@p1,PropertyValue=@p2)&@p1='name'&@p2=42