SavedQueryQueryType Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains integer values that are used for the SavedQuery.QueryType attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.SavedQueryQueryType
Syntax
public static class SavedQueryQueryType
Public NotInheritable Class SavedQueryQueryType
Fields
Name | Description | |
---|---|---|
AddressBookFilters | An address book filter. Value = 512. |
|
AdvancedSearch | An advanced search. Value = 1. |
|
CustomDefinedView | A custom view. Value = 16384. |
|
ExportFieldTranslationsView | Specifies a view on the Product, DynamicProperty, and DynamicPropertyOptionSetItem entities that can be used to filter out the entities for which labels will be exported using the ExportFieldTranslationRequest message. Value = 65536. |
|
InteractiveWorkflowView | A view for a dialog (workflow process). Value = 4096. |
|
LookupView | A lookup view. Value = 64. |
|
MainApplicationView | Specifies the main application view. Value = 0. |
|
MainApplicationViewWithoutSubject | Specifies the main application view without a subject. Value = 1024. |
|
OfflineFilters | An offline filter for Dynamics 365 for Outlook. Value = 16. |
|
OfflineTemplate | An offline template for Dynamics 365 for Outlook. Value = 8192. |
|
OutlookFilters | A filter for Dynamics 365 for Outlook. Value = 256. |
|
OutlookTemplate | A template for Dynamics 365 for Outlook. Value = 131072. |
|
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 email templates. Value = 2048. |
|
SMAppointmentBookView | Specifies the service management appointment book view. Value = 128. |
|
SubGrid | A subgrid 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 |
Specifies the main application view. |
MainApplicationViewWithoutSubject |
1024 |
Specifies the main application view without a subject. |
OfflineFilters |
16 |
An offline Microsoft Dynamics 365 for Outlook filter query. |
OfflineTemplate |
8192 |
An offline template for Dynamics 365 for Outlook. |
OutlookFilters |
256 |
A Microsoft Dynamics 365 for Outlook filter query. |
OutlookTemplate |
131072 |
A template for Dynamics 365 for Outlook. |
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 email templates. |
SmAppointmentbookView |
128 |
Specifies 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
SavedQuery (view) entity messages and methods
Types of views
Customize entity views
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright