Skip to content

Commit f5e60b1

Browse files
authored
Merge pull request #3330 from MicrosoftDocs/Nava_issues
Fixing GitHub issues
2 parents 1bed397 + 094eead commit f5e60b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

powerapps-docs/developer/common-data-service/use-change-tracking-synchronize-data-external-systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Use change tracking to synchronize data with external systems (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The change tracking feature provides a way to keep the data synchronized in an efficient manner by detecting what data has changed since the data was initially extracted or last synchronized" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 09/01/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -128,7 +128,7 @@ System query options `$filter`, `$orderby` and `$top` are not supported when usi
128128

129129
<a name="BKMK_SampleCode"></a>
130130
## Sample code
131-
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](https://go.microsoft.com/fwlink/p/?LinkId=533957).
131+
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/Changetracking).
132132

133133
```csharp
134134
string token;

powerapps-docs/developer/common-data-service/xrm-tooling/use-connection-strings-xrm-tooling-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Create a new connection to Common Data Service using the current logged in user
131131
Url=https://contosotest.crm.dynamics.com;
132132
AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;
133133
RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;
134-
TokenCacheStorePath=c:\MyTokenCache;
134+
TokenCacheStorePath=c:\MyTokenCache\msal_cache.data;
135135
LoginPrompt=Auto"/>
136136
```
137137

0 commit comments

Comments
 (0)