UserQueryQueryType Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains integer values that are used for the UserQuery.QueryType attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.UserQueryQueryType
Syntax
public static class UserQueryQueryType
Public NotInheritable Class UserQueryQueryType
Fields
Name | Description | |
---|---|---|
AddressBookFilters | An address book filter. Value = 512. |
|
AdvancedSearch | An advanced search. Value = 1. |
|
CustomDefinedView | A custom view. Value = 16384. |
|
InteractiveWorkflowView | A view for a dialog (workflow process). Value = 4096. |
|
LookupView | A lookup view. Value = 64. |
|
MainApplicationView | The main application view. Value = 0. |
|
MainApplicationViewWithoutSubject | The main application view without a subject. Value = 1024. |
|
OfflineFilters | An offline filter for Dynamics 365 for Outlook. Value = 16. |
|
OutlookFilters | A filter for Dynamics 365 for Outlook. Value = 256. |
|
QuickFindSearch | A quick find query, which defines the columns searched using the Search field in a list view. Value = 4. |
|
Reporting | A reporting query. Value = 8. |
|
SavedQueryTypeOther | A saved query used for workflow templates and e-mail templates. Value = 2048. |
|
SMAppointmentBookView | The service management appointment book view. Value = 128. |
|
SubGrid | A sub-grid query. Value = 2. |
Remarks
The following table shows the values for this class.
Member |
Value |
Description |
---|---|---|
AddressBookFilters |
512 |
An address book filter. |
AdvancedSearch |
1 |
An advanced search. |
CustomDefinedView |
16384 |
A custom view. |
InteractiveWorkflowView |
4096 |
A view for a dialog (workflow process) |
LookupView |
64 |
A lookup view. |
MainApplicationView |
0 |
The main application view. |
MainApplicationViewWithoutSubject |
1024 |
The main application view without a subject. |
OfflineFilters |
16 |
An offline Microsoft Dynamics CRM for Microsoft Office Outlook filter query. |
OutlookFilters |
256 |
A Microsoft Dynamics CRM for Outlook filter query. |
QuickFindSearch |
4 |
A quick find query, which defines the columns searched using the Search field in a list view. |
Reporting |
8 |
A reporting query. |
SavedQueryTypeOther |
2048 |
A saved query used for workflow templates and e-mail templates. |
SmAppointmentbookView |
128 |
The service management appointment book view. |
SubGrid |
2 |
A sub-grid. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.Sdk Namespace
UserQuery (saved view) entity
Types of views
Customize entity views
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright