Skip to content

Commit 565920c

Browse files
authored
Merge branch 'main' into Task-18789
2 parents b5ef7fd + 166a402 commit 565920c

File tree

267 files changed

+3816
-2810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+3816
-2810
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md",
5+
"redirect_url": "query/overview",
6+
"redirect_document_id": "false"
7+
},
8+
{
9+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#select-columns",
10+
"redirect_url": "query/select-columns",
11+
"redirect_document_id": "false"
12+
},
13+
{
14+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#join-tables",
15+
"redirect_url": "query/join-tables",
16+
"redirect_document_id": "false"
17+
},
18+
{
19+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#order-rows",
20+
"redirect_url": "query/order-rows",
21+
"redirect_document_id": "false"
22+
},
23+
{
24+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#filter-rows",
25+
"redirect_url": "query/filter-rows",
26+
"redirect_document_id": "false"
27+
},
28+
{
29+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#page-results",
30+
"redirect_url": "query/page-results",
31+
"redirect_document_id": "false"
32+
},
33+
{
34+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#aggregate-data",
35+
"redirect_url": "query/aggregate-data",
36+
"redirect_document_id": "false"
37+
},
38+
{
39+
"source_path": "powerapps-docs/developer/data-platform/webapi/query-data-web-api.md#count-number-of-rows",
40+
"redirect_url": "query/count-rows",
41+
"redirect_document_id": "false"
42+
},
343
{
444
"source_path": "powerapps-docs/developer/data-platform/bypass-custom-business-logic.md#bypass-power-automate-flows",
545
"redirect_url": "bypass-power-automate-flows",

powerapps-docs/cards/manage-cards/delete-cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.collection:
1313

1414
# Delete a card
1515

16-
To delete a card, you need to be the app owner. An administrator, such as Global admin, Microsoft Entra Global admin, or Dynamics 365 admin can't delete card.
16+
To delete a card, you need to be the app owner. An admin can't delete a card.
1717

1818
1. Sign in to [Power Apps](https://make.powerapps.com).
1919
1. From the [left navigation](../../maker/canvas-apps/intro-maker-portal.md#1--left-navigation-pane), select **Cards**.

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ Follow these steps to create and import a [solution](../../maker/data-platform/s
902902
>
903903
> `[Environment URI]/api/data/v9.2/publishers?$select=uniquename,customizationprefix`
904904
>
905-
> More information: [Query data using the Web API](../data-platform/webapi/query-data-web-api.md)
905+
> More information: [Query data using the Web API](../data-platform/webapi/query/overview.md)
906906

907907

908908

powerapps-docs/developer/component-framework/react-controls-platform-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ After you build the control, you can package it inside solutions and use it for
6767

6868
## Differences from standard components
6969

70-
Thi section describes the differences between a React component and a standard component.
70+
This section describes the differences between a React component and a standard component.
7171

7272
### ControlManifest.Input.xml
7373

powerapps-docs/developer/data-platform/asynchronous-service.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can use the following examples to retrieve System Job data.
9292

9393
#### [Web API](#tab/webapi)
9494

95-
Use the following Web API Query to retrieve the columns in the table above. [Learn how to query data using the Web API](webapi/query-data-web-api.md)
95+
Use the following Web API Query to retrieve the columns in the table above. [Learn how to query data using the Web API](webapi/query/overview.md
9696

9797
```http
9898
GET <organization URL>/api/data/v9.2/asyncoperations?$top=1000
@@ -291,7 +291,7 @@ OData-Version: 4.0
291291
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
292292
```
293293

294-
[Learn how to query data using the Web API](webapi/query-data-web-api.md)
294+
[Learn how to query data using the Web API](webapi/query/overview.md)
295295

296296
#### [FetchXml](#tab/fetchxml)
297297

@@ -356,7 +356,7 @@ OData-Version: 4.0
356356
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
357357
```
358358

359-
[Learn to query data using the Web API](webapi/query-data-web-api.md)
359+
[Learn to query data using the Web API](webapi/query/overview.md)
360360

361361
#### [FetchXml](#tab/fetchxml)
362362

@@ -436,7 +436,7 @@ OData-Version: 4.0
436436
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
437437
```
438438

439-
[Learn to query Data using the Web API](webapi/query-data-web-api.md)
439+
[Learn to query Data using the Web API](webapi/query/overview.md)
440440

441441
#### [FetchXml](#tab/fetchxml)
442442

@@ -524,7 +524,7 @@ OData-Version: 4.0
524524
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
525525
```
526526

527-
[Learn to query Data using the Web API](webapi/query-data-web-api.md)
527+
[Learn to query Data using the Web API](webapi/query/overview.md)
528528

529529
#### [FetchXml](#tab/fetchxml)
530530

@@ -604,7 +604,7 @@ OData-MaxVersion: 4.0
604604
OData-Version: 4.0
605605
```
606606

607-
[Learn to query Data using the Web API](webapi/query-data-web-api.md)
607+
[Learn to query Data using the Web API](webapi/query/overview.md)
608608

609609
#### [FetchXml](#tab/fetchxml)
610610

@@ -657,7 +657,7 @@ OData-MaxVersion: 4.0
657657
OData-Version: 4.0
658658
```
659659

660-
[Learn to query Data using the Web API](webapi/query-data-web-api.md)
660+
[Learn to query Data using the Web API](webapi/query/overview.md)
661661

662662
#### [FetchXml](#tab/fetchxml)
663663

@@ -713,7 +713,7 @@ OData-Version: 4.0
713713
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
714714
```
715715

716-
[Learn to query Data using the Web API](webapi/query-data-web-api.md)
716+
[Learn to query Data using the Web API](webapi/query/overview.md)
717717

718718
#### [FetchXml](#tab/fetchxml)
719719

@@ -779,7 +779,7 @@ OData-Version: 4.0
779779
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
780780
```
781781

782-
[Learn to query Data using the Web API](webapi/query-data-web-api.md)
782+
[Learn to query Data using the Web API](webapi/query/overview.md)
783783

784784

785785
#### [FetchXml](#tab/fetchxml)

powerapps-docs/developer/data-platform/attachment-annotation-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ OData-Version: 4.0
10401040
}
10411041
```
10421042

1043-
More information: [Query data using the Web API](webapi/query-data-web-api.md)
1043+
More information: [Query data using the Web API](webapi/query/overview.md)
10441044

10451045
---
10461046

powerapps-docs/developer/data-platform/auditing/retrieve-audit-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Use this message to retrieve the audit details for a single audit record.
424424

425425
# [Web API](#tab/webapi)
426426

427-
<xref:Microsoft.Dynamics.CRM.RetrieveAuditDetails> is a function bound to the audit table. Include the `Prefer: odata.include-annotations="*"` request header to get [formatted values](../webapi/query-data-web-api.md#formatted-values).
427+
<xref:Microsoft.Dynamics.CRM.RetrieveAuditDetails> is a function bound to the audit table. Include the `Prefer: odata.include-annotations="*"` request header to get [formatted values](../webapi/query/select-columns.md#formatted-values).
428428

429429
The following example shows the [AttributeAuditDetail ComplexType](xref:Microsoft.Dynamics.CRM.AttributeAuditDetail) returned when the `parentaccountid` is set on an `account` record.
430430

powerapps-docs/developer/data-platform/bypass-custom-business-logic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ In this case, there's only one: `4ab978b0-1d77-ec11-8d21-000d3a554d57`
225225
}
226226
```
227227

228-
[Learn more about querying data using Web API](webapi/query-data-web-api.md)
228+
[Learn more about querying data using Web API](webapi/query/overview.md)
229229

230230

231231
#### Query your environment with FetchXml

powerapps-docs/developer/data-platform/custom-api-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can use the following queries to retrieve data about custom APIs.
3838

3939
# [Web API](#tab/webapi)
4040

41-
More information: [Query Data using the Web API](webapi/query-data-web-api.md)
41+
More information: [Query Data using the Web API](webapi/query/overview.md)
4242

4343
```http
4444
GET [Organization URI]/api/data/v9.1/customapis?$select=

powerapps-docs/developer/data-platform/fetchxml/aggregate-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can select which part of the date to use when grouping by date. Set [attribu
144144

145145
[!INCLUDE [dategrouping-table](reference/includes/dategrouping-table.md)]
146146

147-
By default date groupings use the UTC time. Set the [attribute element](reference/attribute.md) `usertimezone` attribute to specify that the user's time zone be used instead.
147+
By default date groupings use the user's time zone. Set the [attribute element](reference/attribute.md) `usertimezone` attribute to `"false"` to specify that the UTC time zone be used instead.
148148

149149
The following query groups account records showing number of employees by when the records were created:
150150

0 commit comments

Comments
 (0)