Skip to content

Commit 533f6ad

Browse files
author
Bishal Goswami
committed
Fixed references and other issues
1 parent 7e894a9 commit 533f6ad

File tree

486 files changed

+2256
-2256
lines changed

Some content is hidden

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

486 files changed

+2256
-2256
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@
3131
},
3232
"JoinTOCPlugin": [
3333
{
34-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/webapi/toc.yml",
34+
"ConceptualTOC": "powerapps-docs/developer/data-platform/webapi/toc.yml",
3535
"ReferenceTOCUrl": "/dynamics365/customer-engagement/web-api/toc.json"
3636
},
3737
{
38-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/org-service/toc.yml",
38+
"ConceptualTOC": "powerapps-docs/developer/data-platform/org-service/toc.yml",
3939
"ReferenceTOCUrl": "/dotnet/api/ce-9-general/toc.json"
4040
},
4141
{
42-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/workflow/toc.yml",
42+
"ConceptualTOC": "powerapps-docs/developer/data-platform/workflow/toc.yml",
4343
"ReferenceTOCUrl": "/dotnet/api/ce-9-workflow/toc.json"
4444
},
4545
{
46-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/xrm-tooling/toc.yml",
46+
"ConceptualTOC": "powerapps-docs/developer/data-platform/xrm-tooling/toc.yml",
4747
"ReferenceTOCUrl": "/dotnet/api/ce-9-xrmtooling/toc.json"
4848
},
4949
{
50-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/virtual-entities/toc.yml",
50+
"ConceptualTOC": "powerapps-docs/developer/data-platform/virtual-entities/toc.yml",
5151
"ReferenceTOCUrl": "/dotnet/api/ce-9-virtualentity/toc.json"
5252
},
5353
{
54-
"ConceptualTOC": "powerapps-docs/developer/common-data-service/online-management-api/toc.yml",
54+
"ConceptualTOC": "powerapps-docs/developer/data-platform/online-management-api/toc.yml",
5555
"ReferenceTOCUrl": "/rest/api/dynamics365/toc.json"
5656
}
5757
]

.openpublishing.redirection.json

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

powerapps-docs/breadcrumb/toc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
items:
1313
# Adding Create app for each type of app
1414
- name: Create apps
15-
tocHref: /powerapps/maker/common-data-service/
15+
tocHref: /powerapps/maker/data-platform/
1616
topicHref: /powerapps/maker/index
1717
- name: Create apps
1818
tocHref: /powerapps/maker/model-driven-apps/
@@ -22,23 +22,23 @@
2222
topicHref: /powerapps/maker/index
2323
# Make sure Create apps appears for topics in developer folder
2424
- name: Create apps
25-
tocHref: /powerapps/developer/common-data-service/
25+
tocHref: /powerapps/developer/data-platform/
2626
topicHref: /powerapps/maker/index
2727
items:
2828
- name: Microsoft Dataverse
29-
tocHref: /powerapps/developer/common-data-service/
30-
topicHref: /powerapps/maker/common-data-service/index
29+
tocHref: /powerapps/developer/data-platform/
30+
topicHref: /powerapps/maker/data-platform/index
3131
items:
3232
- name: Developer
33-
tocHref: /powerapps/developer/common-data-service/
34-
topicHref: /powerapps/developer/common-data-service/index
33+
tocHref: /powerapps/developer/data-platform/
34+
topicHref: /powerapps/developer/data-platform/index
3535
items:
3636
- name: Organization Service
37-
tocHref: /powerapps/developer/common-data-service/org-service/
38-
topicHref: /powerapps/developer/common-data-service/org-service/index
37+
tocHref: /powerapps/developer/data-platform/org-service/
38+
topicHref: /powerapps/developer/data-platform/org-service/index
3939
- name: Web API
40-
tocHref: /powerapps/developer/common-data-service/webapi/
41-
topicHref: /powerapps/developer/common-data-service/webapi/index
40+
tocHref: /powerapps/developer/data-platform/webapi/
41+
topicHref: /powerapps/developer/data-platform/webapi/index
4242
- name: Create apps
4343
tocHref: /powerapps/developer/model-driven-apps/
4444
topicHref: /powerapps/maker/index

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To add code components to a canvas app:
6565
2. Create a new canvas app or edit an existing app to which you want to add the code component.
6666

6767
> [!IMPORTANT]
68-
> Make sure the solution zip file is already [imported](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) into Microsoft Dataverse before you proceed to the next step.
68+
> Make sure the solution zip file is already [imported](https://docs.microsoft.com/powerapps/maker/data-platform/import-update-export-solutions) into Microsoft Dataverse before you proceed to the next step.
6969
7070
3. Go to **Insert** > **Custom** > **Import component**.
7171

powerapps-docs/developer/component-framework/get-powerapps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: f393f227-7a88-4f25-9036-780b3bf14070
1515

1616
# Get tooling for Power Apps component framework
1717

18-
Use **Microsoft Power Apps CLI** (command-line interface) to create, debug, and deploy code components using Power Apps component framework. Power Apps CLI enables developers to create code components quickly. In the future, it will be expanded to include support for additional development and application life cycle management (ALM) experiences. More information: [Install Power Apps CLI](../common-data-service/powerapps-cli.md)
18+
Use **Microsoft Power Apps CLI** (command-line interface) to create, debug, and deploy code components using Power Apps component framework. Power Apps CLI enables developers to create code components quickly. In the future, it will be expanded to include support for additional development and application life cycle management (ALM) experiences. More information: [Install Power Apps CLI](../data-platform/powerapps-cli.md)
1919

2020
> [!IMPORTANT]
2121
> To deploy your code component using Power Apps CLI, you must have a Microsoft Dataverse environment with system administrator or system customizer privileges.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ npm start
344344

345345
## Packaging your code components
346346

347-
Follow these steps to create and import a [solution](https://docs.microsoft.com/powerapps/maker/common-data-service/solutions-overview) file:
347+
Follow these steps to create and import a [solution](https://docs.microsoft.com/powerapps/maker/data-platform/solutions-overview) file:
348348

349349
1. Create a new folder **Solutions** inside the **LinearComponent** folder and navigate into the folder.
350350
2. Create a new solution project in the **LinearComponent** folder using the following command:
@@ -354,7 +354,7 @@ Follow these steps to create and import a [solution](https://docs.microsoft.com/
354354
```
355355

356356
> [!NOTE]
357-
> The [publisher-name](https://docs.microsoft.com/powerapps/developer/common-data-service/reference/entities/publisher) and [publisher-prefix](https://docs.microsoft.com/powerapps/maker/common-data-service/change-solution-publisher-prefix) values must be unique to your environment.
357+
> The [publisher-name](https://docs.microsoft.com/powerapps/developer/data-platform/reference/entities/publisher) and [publisher-prefix](https://docs.microsoft.com/powerapps/maker/data-platform/change-solution-publisher-prefix) values must be unique to your environment.
358358

359359
3. Once the new solution project is created, you need to refer to the ___location where the created component is located. You can add the reference by using the following command:
360360

@@ -384,7 +384,7 @@ Follow these steps to create and import a [solution](https://docs.microsoft.com/
384384
> - Under **Code Tools**, check **NuGet targets & Build Tasks**.
385385

386386
6. The generated solution zip file is located in the `Solution\bin\debug` folder.
387-
7. Manually [import the solution into Dataverse](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) using the web portal once the zip file is ready or automatically using the [Microsoft Power Platform Build Tools](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatform-BuildTools).
387+
7. Manually [import the solution into Dataverse](https://docs.microsoft.com/powerapps/maker/data-platform/import-update-export-solutions) using the web portal once the zip file is ready or automatically using the [Microsoft Power Platform Build Tools](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatform-BuildTools).
388388

389389
## Adding code components in model-driven apps
390390

@@ -399,6 +399,6 @@ To add the code components to a canvas app, follow the steps in the article [Add
399399
[Download sample components](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework)<br/>
400400
[Learn Power Apps component framework](https://docs.microsoft.com/learn/paths/use-power-apps-component-framework)<br/>
401401
[Update existing Power Apps component framework components](updating-existing-controls.md)<br/>
402-
[Microsoft Power Platform Build Tools](https://docs.microsoft.com/powerapps/developer/common-data-service/build-tools-overview)<br/>
402+
[Microsoft Power Platform Build Tools](https://docs.microsoft.com/powerapps/developer/data-platform/build-tools-overview)<br/>
403403
[Power Apps component framework API reference](reference/index.md)<br/>
404404
[Power Apps component framework overview](overview.md)

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To create and import a solution file:
4747
> - If you encounter an error that says *Ambiguous project name* when running the `msbuild` command on your solution, ensure that your solution name and project name are not the same.
4848
4949
4. The generated solution files are located inside the `\bin\debug\` folder after the build is successful.
50-
5. Manually [import the solution into Dataverse](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) using the web portal or automatically using the [Microsoft Power Platform Build Tools](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatform-BuildTools).
50+
5. Manually [import the solution into Dataverse](https://docs.microsoft.com/powerapps/maker/data-platform/import-update-export-solutions) using the web portal or automatically using the [Microsoft Power Platform Build Tools](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.PowerPlatform-BuildTools).
5151

5252
## Connecting to your environment
5353

powerapps-docs/developer/component-framework/publish-components-app-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ms.author: nabuthuk
1818

1919
After you have tested your code components and want it to distribute to others to use it, you must publish it on Microsoft AppSource.
2020

21-
For detailed information on how to publish your code components on AppSource, see [Publish your app on AppSource](/powerapps/developer/common-data-service/publish-app-appsource).
21+
For detailed information on how to publish your code components on AppSource, see [Publish your app on AppSource](/powerapps/developer/data-platform/publish-app-appsource).
2222

powerapps-docs/developer/component-framework/use-sample-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Follow the steps below to import and try the sample components in your model-dri
5454
msbuild /t:restore
5555
```
5656
1. Again, run the command `msbuild`.
57-
1. The generated solution zip file will be available at `Solution\bin\debug` folder. Manually [import the solution](/powerapps/maker/common-data-service/import-update-export-solutions) into your Microsoft Dataverse environment using the web portal once the zip file is ready. Alternatively, to import the solution using Power Apps CLI commands, see the [Connecting to your environment](https://docs.microsoft.com/powerapps/developer/component-framework/import-custom-controls#connecting-to-your-environment) and [Deployment](https://docs.microsoft.com/powerapps/developer/component-framework/import-custom-controls#deploying-code-components) sections.
57+
1. The generated solution zip file will be available at `Solution\bin\debug` folder. Manually [import the solution](/powerapps/maker/data-platform/import-update-export-solutions) into your Microsoft Dataverse environment using the web portal once the zip file is ready. Alternatively, to import the solution using Power Apps CLI commands, see the [Connecting to your environment](https://docs.microsoft.com/powerapps/developer/component-framework/import-custom-controls#connecting-to-your-environment) and [Deployment](https://docs.microsoft.com/powerapps/developer/component-framework/import-custom-controls#deploying-code-components) sections.
5858
1. Finally, to add code components to your model-driven and canvas apps, see [Add components to model-driven apps](https://docs.microsoft.com/powerapps/developer/component-framework/add-custom-controls-to-a-field-or-entity) and [Add components to canvas apps](https://docs.microsoft.com/powerapps/developer/component-framework/component-framework-for-canvas-apps#add-components-to-a-canvas-app).

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: Overview
44
href: overview.md
55
- name: Get started
6-
href: get-started-cds-developers.md
6+
href: get-started-developers.md
77
items:
88
- name: Supported customizations
99
href: supported-customizations.md
@@ -19,7 +19,7 @@
1919
- name: Verifying access in code
2020
href: security-access-coding.md
2121
- name: Work with data using code
22-
href: work-with-data-cds.md
22+
href: work-with-data.md
2323
items:
2424
- name: Use Web API
2525
href: webapi/index.md
@@ -59,9 +59,9 @@
5959
- name: Improve FetchXML request performance
6060
href: fetchxml-performance.md
6161
- name: "Use SQL to query data"
62-
href: cds-sql-query.md
62+
href: dataverse-sql-query.md
6363
- name: "Dataverse SQL"
64-
href: how-cds-sql-differs-from-transact-sql.md
64+
href: how-dataverse-sql-differs-from-transact-sql.md
6565
- name: Saved Queries
6666
href: saved-queries.md
6767
- name: Query Hierarchical data
@@ -171,7 +171,7 @@
171171
- name: Data Export Service
172172
href: data-export-service.md
173173
- name: Migrate data between environments using OData dataflows
174-
href: cds-odata-dataflows-migration.md
174+
href: dataverse-odata-dataflows-migration.md
175175
- name: Synchronize data
176176
href: data-synchronization.md
177177
items:
@@ -370,7 +370,7 @@
370370
- name: Install failures analytics
371371
href: isv-install-failure-analytics.md
372372
- name: Create client applications
373-
href: connect-cds.md
373+
href: connect-dataverse.md
374374
items:
375375
- name: Authenticate
376376
href: authentication.md

0 commit comments

Comments
 (0)