Web API Query Function Reference
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Query functions are functions that can be used as a filter criteria in a query. They accept parameters and return a boolean value.
In This Section
Name |
Description |
---|---|
Query function that evaluates whether the entity is above the referenced entity in the hierarchy. |
|
Query function that evaluates whether the entity is above or equal to the referenced entity in the hierarchy. |
|
Query function to evaluate whether the value is between two values. |
|
Query function that evaluates whether the string contains the specified string. |
|
Query function that evaluates whether the value is equal to the specified business ID. |
|
Query function that evaluates whether the value is equal to the ID of the user. |
|
Query function that evaluates whether the value is equal to the language for the user. |
|
Query function that evaluates whether the entity equals current user or their reporting hierarchy. |
|
Query function that evaluates whether the entity equals current user or their reporting hierarchy and teams. |
|
Query function that evaluates whether the entity equals current user or user teams. |
|
Query function that evaluates whether the entity equals current user teams. |
|
Query function that evaluates whether the value exists in a list of values. |
|
Query function that evaluates whether the value is within the specified fiscal period. |
|
Query function that evaluates whether the value is within the specified fiscal period and year. |
|
Query function that evaluates whether the value is within the specified fiscal year. |
|
Query function that evaluates whether the value is within or after the specified fiscal period and year. |
|
Query function that evaluates whether the value is within or before the specified fiscal period and year. |
|
Query function to evaluate whether the value is within the last seven days including today. |
|
Query function to evaluate whether the value is within the last fiscal period. |
|
Query function to evaluate whether the value is within the last fiscal year. |
|
Query function to evaluate whether the value is within the last fiscal year. |
|
Query function to evaluate whether the value is within the last week. |
|
Query function to evaluate whether the value is within the last X days. |
|
Query function to evaluate whether the value is within the last X fiscal periods. |
|
Query function to evaluate whether the value is within the last X fiscal years. |
|
Query function to evaluate whether the value is within the last X hours |
|
Query function to evaluate whether the value is within the last X months. |
|
Query function to evaluate whether the value is within the last X weeks. |
|
Query function to evaluate whether the value is within the last X years. |
|
Query function to evaluate whether the value is within the last year. |
|
Query function to evaluate whether the value is within the next 7 days. |
|
Query function to evaluate whether the value is in the next fiscal period. |
|
Query function to evaluate whether the value is in the next fiscal year. |
|
Query function to evaluate whether the value is in the next month. |
|
Query function to evaluate whether the value is in the next week. |
|
Query function to evaluate whether the value is in the next X days. |
|
Query function to evaluate whether the value is in the next X fiscal periods. |
|
Query function to evaluate whether the value is in the next X fiscal years. |
|
Query function to evaluate whether the value is in the next X hours. |
|
Query function to evaluate whether the value is in the next X months. |
|
Query function to evaluate whether the value is in the next X weeks. |
|
Query function to evaluate whether the value is in the next X years. |
|
Query function to evaluate whether the value is in the next X year. |
|
Query function to evaluate whether the value is not between two values. |
|
Query function that evaluate whether value is not equal to the specified business ID. |
|
Query function that evaluate whether value is not equal to the specified user ID. |
|
Query function to evaluate whether the value is not matched to a value in a subquery or a list. |
|
Query function that evaluates whether the specified is not below the referenced record in the hierarchy. |
|
Query function to evaluate whether the value is older than the specified amount of days. |
|
Query function to evaluate whether the value is older than the specified amount of hours. |
|
Query function to evaluate whether the value is older than the specified amount of minutes. |
|
Query function to evaluate whether the value is older than the specified amount of months. |
|
Query function to evaluate whether the value is older than the specified amount of weeks. |
|
Query function to evaluate whether the value is older than the specified amount of years. |
|
Query function to evaluate whether the value is on the specified date. |
|
Query function to evaluate whether the value is on or after the specified date. |
|
Query function to evaluate whether the value is on or before the specified date. |
|
Query function that evaluates whether the value is within the current fiscal period. |
|
Query function that evaluates whether the value is within the current fiscal year. |
|
Query function that evaluates whether the value is within the current month. |
|
Query function that evaluates whether the value is within the current week. |
|
Query function that evaluates whether the value is within the current year. |
|
Query function that evaluates whether the value equals today’s date. |
|
Query function that evaluates whether the value equals tomorrow’s date. |
|
Query function that evaluates whether the entity is below the referenced record in the hierarchy. |
|
Query function that evaluates whether the entity is under or equal to the referenced entity in the hierarchy. |
|
Query function that evaluates whether the value equals yesterday’s date. |
Related Sections
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2017 Microsoft. All rights reserved. Copyright