Tapahtumat
14. helmik. klo 16 - 31. maalisk. klo 16
Kun sinulla on neljä mahdollisuutta osallistua, voit voittaa konferenssipaketin ja päästä LIVE Grand Finaleen Las Vegasissa
LisätietojaTätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
Saved queries are business tables that define the parameters and criteria of a Microsoft Dataverse environment search. Saved queries support cross-table searches. There are two tables available for queries against the Dataverse environment.
A user query, called a saved view in the application, is owned by an individual user, can be assigned and shared with other users, and can be viewed by other users depending on the query's access privileges. This is appropriate for frequently used queries that span table types and queries that perform aggregation. More information: UserQuery table
A saved query, called a view in the application, is owned by an organization making it visible to all users in the organization. Saved queries (views) are used for both views defined for a table and for filters and templates for Dynamics 365 for Outlook. More information: SavedQuery table
A query in the form of a FetchXML statement is constructed and then assigned to the UserQuery.FetchXml
column. This query can be executed by using the ExecuteByIdUserQueryRequest message.
You can see the user query in the Advanced Find section of the model-driven app and also in the View drop-down list for a table. You can export the value of the UserQuery.FetchXml
column by using the Download Fetch XML button in the Advanced Find dialog box.
To know about executing user query and saved query using Web API, see Retrieve and execute predefined queries
You can use the ExecuteByIdUserQueryRequest and ExecuteByIdSavedQueryRequest messages to execute user query and saved query respectively.
Tapahtumat
14. helmik. klo 16 - 31. maalisk. klo 16
Kun sinulla on neljä mahdollisuutta osallistua, voit voittaa konferenssipaketin ja päästä LIVE Grand Finaleen Las Vegasissa
LisätietojaOpetus
Moduuli
Work with queries in Dynamics 365 Business Central - Training
Learn how to work with the Query object in Dynamics 365 Business Central to join, filter, and aggregate data.
Sertifiointi
Microsoft-sertifiointi: Azure Cosmos DB Developer Specialty - Certifications
Kirjoita tehokkaita kyselyitä, luo indeksointikäytäntöjä, hallitse ja valmistele resursseja SQL-ohjelmointirajapinnassa ja SDK:ssa Microsoft Azure Cosmos DB:n avulla.
Ohjeet
Query hierarchical data (Microsoft Dataverse) - Power Apps
Learn how you can use the query condition operators to query tables with explicit hierarchical relationships.
About quick find queries - Power Apps
Learn how about Dataverse quick find queries and their limitations.
Create and update choices (option sets) using the Web API - Power Apps
Learn about creating and updating choices in Microsoft Dataverse using the Web API.