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