Skip to content

Commit 4ebacc2

Browse files
committed
fix build warnings
1 parent dfb16bd commit 4ebacc2

13 files changed

+19
-126
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/outlook-client/sample-create-retrieve-outlook-filters.md",
5+
"redirect_url": "../data-platform/org-service/samples/create-retrieve-outlook-filters",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/developer/data-platform/org-service/samples/install-remove-sample-data.md",
510
"redirect_url": "../data-platform/sample-data",

powerapps-docs/developer/data-platform/org-service/samples/create-retrieve-outlook-filters.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Sample: Create and retrieve Outlook filters (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "This sample showcases how to create and retrieve outlook filters." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.date: 04/03/2022
5-
author: JimDaly #TODO: No Owner
6-
ms.author: jdaly
7-
manager: kvivek
5+
author: sriharibs-msft
6+
ms.author: srihas
7+
manager: evchaki
88
ms.reviewer: pehecke
99
ms.topic: sample
1010
search.audienceType:
@@ -19,8 +19,6 @@ contributors:
1919

2020
# Sample: Create and retrieve Outlook filters
2121

22-
<!-- Same as powerapps-docs\developer\data-platform\outlook-client\sample-create-retrieve-outlook-filters.md -->
23-
2422
This sample shows how to retrieve filters for Outlook.
2523

2624
You can download the sample from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/CreartRetrieveOutlookFilters).

powerapps-docs/developer/data-platform/org-service/samples/validate-record-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Validate and set record state (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "This sample showcases how to validate a change of state of a table and set state." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.date: 04/06/2022
5-
author: NHelgren 
5+
author: NHelgren
66
ms.author: nhelgren
77
ms.reviewer: pehecke
88
manager: sunilg

powerapps-docs/developer/data-platform/org-service/samples/work-with-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Sample: Work with columns (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "This sample shows how to work with columns" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.date: 04/06/2022
5-
author: NHelgren 
5+
author: NHelgren
66
ms.author: nhelgren
77
ms.reviewer: pehecke
88
manager: sunilg

powerapps-docs/developer/data-platform/org-service/samples/work-with-option-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Sample: Work with choices (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "This sample shows how to work with choices" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.date: 04/06/2022
5-
author: NHelgren 
5+
author: NHelgren
66
ms.author: nhelgren
77
ms.reviewer: pehecke
88
manager: sunilg

powerapps-docs/developer/data-platform/outlook-client/extend-dynamics-365-outlook.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ search.app:
1818

1919
# Extend Dynamics 365 for Outlook
2020

21-
22-
2321
> [!IMPORTANT]
2422
> Effective March 2020, the legacy Dynamics 365 for Outlook (also referred to as Outlook COM add-in) is deprecated. Customers must transition to the modern [Dynamics 365 App for Outlook](/dynamics365/outlook-app/overview) before October 1, 2020. Microsoft will continue to provide support, security and other critical updates to the Outlook COM Add-in until October 1, 2020.
2523
>
@@ -32,21 +30,11 @@ Dynamics 365 for Outlook lets users interact with data while they’re offline a
3230
## In This Section
3331

3432
[Offline and Outlook Filters and Templates](offline-outlook-filters-templates.md)<br />
35-
[Sample: Retrieve Outlook Filters](sample-create-retrieve-outlook-filters.md)<br />
33+
[Sample: Create and retrieve Outlook filters](../org-service/samples/create-retrieve-outlook-filters.md)<br />
3634
[Sample: Use Outlook Methods](sample-outlook-methods.md)<br />
3735

3836
## Related Sections
3937

40-
<!-- TODO:
41-
[Extend Dynamics 365](extend-dynamics-365-server.md)<br />
42-
[Supported Extensions for Dynamics 365](supported-extensions.md)<br />
43-
[The Metadata and Data Models in Dynamics 365](metadata-data-models.md)<br />
44-
[Extend Dynamics 365 on the server](extend-dynamics-365-server.md)<br />
45-
[Extend Dynamics 365 on the client](extend-client.md)<br />
46-
[Customize Dynamics 365 applications](customize-dev/customize-applications.md)<br />
47-
[Package and distribute extensions using solutions](package-distribute-extensions-use-solutions.md)<br />
48-
[Integrate Dynamics 365 with SharePoint](integration-dev/integrate-sharepoint.md)<br />
49-
-->
5038
<xref href="Microsoft.Dynamics.CRM.savedquery?text=savedquery EntityType" /><br />
5139
[SavedQuery Entity](../reference/entities/savedquery.md)<br />
5240

powerapps-docs/developer/data-platform/outlook-client/offline-outlook-filters-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can reset the filters for a user to the default by using the <xref:Microsoft
5858

5959
[Extend Dynamics 365 for Outlook](extend-dynamics-365-outlook.md)<br />
6060
[SavedQuery Entity Reference](../reference/entities/savedquery.md)<br />
61-
[Sample: Retrieve Outlook Filters](sample-create-retrieve-outlook-filters.md)<br />
61+
[Sample: Create and retrieve Outlook filters](../org-service/samples/create-retrieve-outlook-filters.md)<br />
6262
<xref:Microsoft.Crm.Sdk.Messages.InstantiateFiltersRequest><br />
6363
<xref:Microsoft.Crm.Sdk.Messages.ResetUserFiltersRequest>
6464

powerapps-docs/developer/data-platform/outlook-client/sample-create-retrieve-outlook-filters.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

powerapps-docs/developer/data-platform/outlook-client/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
items:
12
- name: Extend Outlook Client
23
href: extend-dynamics-365-outlook.md
34
items:
45
- name: Offline and Outlook filters and templates
56
href: offline-outlook-filters-templates.md
67
- name: "Sample: Create and retrieve Outlook filters"
7-
href: sample-create-retrieve-outlook-filters.md
8+
href: ../org-service/samples/create-retrieve-outlook-filters.md
89
- name: "Sample: Use Dynamics 365 for Outlook methods"
910
href: sample-outlook-methods.md
1011
- name: Offline use of web services

powerapps-docs/developer/data-platform/webapi/associate-disassociate-entities-using-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ search.audienceType:
1111
search.app:
1212
- PowerApps
1313
- D365CE
14-
contributors:
14+
contributors:
1515
- JimDaly
1616
---
1717

0 commit comments

Comments
 (0)