Skip to content

Commit b5ab419

Browse files
authored
Live publish
2 parents 8728546 + ae649ce commit b5ab419

36 files changed

+176
-172
lines changed

powerapps-docs/developer/common-data-service/removing-dependencies.md

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

powerapps-docs/developer/model-driven-apps/actions-dashboards.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ You can perform actions such as create, retrieve, update, or delete, on organiza
5757
[Dashboards for Microsoft Dynamics 365](analyze-data-with-dashboards.md)
5858
[Using FormXML for Dashboards](understand-dashboards-dashboard-components-formxml.md)
5959
[Create a Dashboard](create-dashboard.md)
60-
[Sample Dashboards](sample-dashboards.md)
61-
[Dashboard Entities](/dynamics365/customer-engagement/developer/customize-dev/dashboard-entities) <!-- TODO Need to update the powerapps repo's topic link. As of now not found-->
62-
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
60+
[Sample Dashboards](sample-dashboards.md)
61+
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
6362
[Sample: Assign a User-Owned Dashboard to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignUserOwnedDashboardToAnother)

powerapps-docs/developer/model-driven-apps/analyze-data-with-dashboards.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ A user-owned dashboard is represented by the `UserForm` entity, can be assigned
4949
[Using FormXML for Dashboards](understand-dashboards-dashboard-components-formxml.md)
5050
[Actions on Dashboards](actions-dashboards.md)
5151
[Create a Dashboard](create-dashboard.md)
52-
[Sample Dashboards](sample-dashboards.md)
53-
[Dashboard Entities](/dynamics365/customer-engagement/developer/customize-dev/dashboard-entities) <!-- TODO: Need to find the topic in powerapps repo to link-->
54-
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
52+
[Sample Dashboards](sample-dashboards.md)
53+
[Sample: Create, Retrieve, Update and Delete (CRUD) a Dashboard](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CRUDOperationsDashboard)
5554
[Sample: Assign a User-Owned Dashboard to Another User](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignUserOwnedDashboardToAnother)
5655
[Visualization data description schema](visualization-data-description-schema.md)
5756
[Customize visualizations and dashboards](customize-visualizations-dashboards.md)

powerapps-docs/developer/model-driven-apps/command-bar-ribbon-presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ There are three different ways that command data can be displayed.
105105
### See also
106106

107107
[Customize commands and the ribbon](customize-commands-ribbon.md)
108-
[Ribbons available](/dynamics365/customer-engagement/developer/customize-dev/ribbons-available-microsoft-dynamics-365)
108+
[Ribbons available](https://docs.microsoft.com/powerapps/developer/model-driven-apps/ribbons-available)
109109
[Export Ribbon definitions](export-ribbon-definitions.md)
110110
[Troubleshoot ribbon issues](https://support.microsoft.com/help/4552163)

powerapps-docs/developer/model-driven-apps/create-accessible-web-resources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ However, semantic HTML can only go so far. Modern web applications typically inc
101101
### See also
102102

103103
[Web Page (HTML) web resources](webpage-html-web-resources.md)
104-
[Silverlight (XAP) web resources](/dynamics365/customer-engagement/developer/silverlight-xap-web-resources)<br/> <!--TODO No relevant topic in powerapps repo-->
105104
[Web resources](web-resources.md)

powerapps-docs/developer/model-driven-apps/customization-xml-reference.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ The customizations.xml file is one of the files included in an exported unmanage
3434
[Ribbon core schema](ribbon-core-schema.md)
3535
[Ribbon types schema](ribbon-types-schema.md)
3636
[Ribbon WSS schema](ribbon-wss-schema.md)
37-
[SiteMap schema](/dynamics365/customer-engagement/developer/customize-dev/sitemap-schema)<br/> <!-- TODO need to fix the link-->
38-
[Form XML schema](form-xml-schema.md)<br/>
37+
[Form XML schema](form-xml-schema.md)
3938
[FetchXML schema](../common-data-service/fetchxml-schema.md)
4039

4140
## Related Sections
4241

43-
[Schemas used in Dynamics 365](/dynamics365/customer-engagement/developer/schemas-used-dynamics-365)<br/> <!-- TODO need to fix the link-->
44-
[When to edit the customizations file](../common-data-service/when-edit-customization-file.md)
42+
[When to edit the customizations file](../common-data-service/when-edit-customization-file.md)
4543
[Edit the Customizations file with schema validation](edit-customizations-xml-file-schema-validation.md)
46-
[Customize the Ribbon for Dynamics 365](customize-commands-ribbon.md)
47-
[Change application navigation using the SiteMap](/dynamics365/customer-engagement/developer/customize-dev/change-application-navigation-using-sitemap) <!-- TODO need to fix the link-->
44+
[Customize the Ribbon for Dynamics 365](customize-commands-ribbon.md)
45+
[Change application navigation using the SiteMap](https://docs.microsoft.com/powerapps/maker/model-driven-apps/create-site-map-app)

powerapps-docs/developer/model-driven-apps/data-xml-web-resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ Use Data (XML) Web resources to save and access data.
3939
[Using Style Sheet (CSS) web resources](css-web-resources.md)
4040
[Using Script (JScript) web resources](script-jscript-web-resources.md)
4141
[Using Image (JPG, PNG, GIF) web resources](image-web-resources.md)
42-
[Using Silverlight (XAP) web resources](/dynamics365/customer-engagement/developer/silverlight-xap-web-resources)<br/> <!-- TODO need to update the relevant link from the powerapps repo-->
43-
[Using Stylesheet (XSL) web resources](/dynamics365/customer-engagement/developer/stylesheet-xsl-web-resources) <!-- TODO need to update the relevant link from the powerapps repo-->
42+
[Using Stylesheet (XSL) web resources](stylesheet-xsl-web-resources.md)

powerapps-docs/developer/model-driven-apps/define-custom-actions-modify-ribbon.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ The default, an application command bar or ribbon is defined by Common Data Serv
6161
### See also
6262

6363
[Customize commands and the ribbon](customize-commands-ribbon.md)
64-
[Pass data from a page as a parameter to Ribbon actions](/dynamics365/customer-engagement/developer/customize-dev/pass-dynamics-365-data-page-parameter-ribbon-actions)<br/> <!-- TODO need to update the relevant Power Apps repo link-->
64+
[Pass data from a page as a parameter to Ribbon actions](/dynamics365/customerengagement/on-premises/developer/customize-dev/pass-dynamics-365-data-page-parameter-ribbon-actions
65+
)<br/>
6566
[Define scaling for Ribbon elements](define-scaling-ribbon-elements.md)

powerapps-docs/developer/model-driven-apps/edit-customizations-xml-file-schema-validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ The customizations.xml file is included within the compressed .zip file exported
5252
<a name="BKMK_UseSchemaValidation"></a>
5353

5454
## Using schema validation
55-
Because the exported XML is a text file, you can edit it using a text editor such as [!INCLUDE[pn_Notepad](../../includes/pn-notepad.md)]. However, we strongly recommend that you use an application that supports XSD schema validation such as [!INCLUDE[pn_Visual_Studio](../../includes/pn-visual-studio.md)]. XSD validation in [!INCLUDE[pn_Visual_Studio](../../includes/pn-visual-studio.md)] <!-- TODO - need to fix this link. The page is not available (or [Visual Studio Express 2012 for Web](https://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web))--> provides [!INCLUDE[pn_IntelliSense](../../includes/pn-intellisense.md)] information and schema validation to help prevent errors.
55+
56+
Because the exported XML is a text file, you can edit it using a text editor such as [!INCLUDE[pn_Notepad](../../includes/pn-notepad.md)]. However, we strongly recommend that you use an application that supports XSD schema validation such as [!INCLUDE[pn_Visual_Studio](../../includes/pn-visual-studio.md)]. XSD validation in [!INCLUDE[pn_Visual_Studio](../../includes/pn-visual-studio.md)] <!-- TODO - need to fix this link. The page is not available (or [Visual Studio Express 2012 for Web](https://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web))--> provides [!INCLUDE[pn_IntelliSense](../../includes/pn-intellisense.md)] information and schema validation to help prevent errors.
5657

57-
The XSD schema files that are used to validate the customization.xml file in a solution are available here. [!INCLUDE[schema_download](../../includes/schema-download.md)]. Make sure to copy all the files from that folder into the same directory. You will need to associate the customizations.xml file to the CustomizationsSolution.xsd file. That file has links to all the other XSD files in the folder.
58+
The XSD schema files that are used to validate the customization.xml file in a solution are available here. [!INCLUDE[schema_download](../../includes/schema-download.md)]. Make sure to copy all the files from that folder into the same directory. You will need to associate the customizations.xml file to the CustomizationsSolution.xsd file. That file has links to all the other XSD files in the folder.
5859

5960
1. Download the XSD schema files and copy all of them to your computer. Save them in the ___location that [!INCLUDE[pn_Visual_Studio](../../includes/pn-visual-studio.md)] uses for XSD validation files. This ___location is probably `[install drive]\Program Files (x86)\Microsoft Visual Studio X.0\Xml\Schemas` where `X` represents the version of [!INCLUDE[pn_Visual_Studio_short](../../includes/pn-visual-studio-short.md)].
6061

@@ -79,7 +80,6 @@ The customizations.xml file is included within the compressed .zip file exported
7980
[Ribbon core schema](ribbon-core-schema.md)<br/>
8081
[Ribbon types schema](ribbon-types-schema.md)<br/>
8182
[Ribbon WSS schema](ribbon-wss-schema.md)<br/>
82-
[SiteMap schema](/dynamics365/customer-engagement/developer/customize-dev/sitemap-schema)<br/> <!-- TODO need to fix link relevant to the topic in powerapps repo-->
8383
[Form XML schema](form-xml-schema.md)
8484
[ISV configuration file schema](/dynamics365/customer-engagement/developer/customize-dev/isv-configuration-file-schema)<br/> <!-- TODO need to fix link relevant to the topic in powerapps repo-->
85-
[Build queries with FetchXML](/dynamics365/customer-engagement/developer/org-service/build-queries-fetchxml) <!-- TODO need to fix link relevant to the topic in powerapps repo-->
85+

powerapps-docs/developer/model-driven-apps/image-web-resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ Use Vector Format (SVG) web resources for any icon presented in the application.
110110
[Using Web Page (HTML) web resources](webpage-html-web-resources.md)
111111
[Using Style Sheet (CSS) web resources](css-web-resources.md)
112112
[Using Script (JScript) web resources](script-jscript-web-resources.md)
113-
[Using Data (XML) web resources](data-xml-web-resources.md)
114-
[Using Silverlight (XAP) web resources](/dynamics365/customer-engagement/developer/silverlight-xap-web-resources)
113+
[Using Data (XML) web resources](data-xml-web-resources.md)
115114
[Using Stylesheet (XSL) web resources](stylesheet-xsl-web-resources.md)

0 commit comments

Comments
 (0)