Skip to content

Commit 3c857bc

Browse files
committed
Fix errors
1 parent 4801ebf commit 3c857bc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

powerapps-docs/developer/common-data-service/org-service/samples/assign-record-to-new-owner.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ This sample shows how to assign an account to another user by using the [IOrgani
2222

2323
This sample uses the `IOrganization.Update` method rather than the [AssignRequest](https://docs.microsoft.com/dotnet/api/microsoft.crm.sdk.messages.assignrequest?view=dynamics-general-ce-9) because there is an effort to remove specialized messages. More information: [Perform specialized operations using update](https://docs.microsoft.com/powerapps/developer/common-data-service/special-update-operation-behavior)
2424

25+
You can download the sample from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/AssignRecordToNewOwner).
26+
2527
## How to run this sample
2628

27-
See [How to run this sample](https://github.com/microsoft/PowerApps-Samples/blob/master/cds/README.md) for information about how to run this sample.
29+
[!include[cc-how-to-run-samples](../../includes/cc-how-to-run-samples.md)]
2830

2931
## What this sample does
3032

powerapps-docs/developer/common-data-service/org-service/samples/dump-global-option-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.app:
1818

1919
# Dump global option information to a file
2020

21-
This sample shows how to write out all the global option set metadata to an `XML` file. It uses the [RetrieveAllOptionSetsRequest](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.messages.retrievealloptionsetsrequest?view=dynamics-general-ce-9) message. You can download the sample from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/DumpPickListInfo).
21+
This sample shows how to write out all the global option set metadata to an `XML` file. It uses the [RetrieveAllOptionSetsRequest](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.messages.retrievealloptionsetsrequest?view=dynamics-general-ce-9) message. You can download the sample from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/DumpGlobalOptionSetInfo).
2222

2323
The following sample creates a new file at `\DumpGlobalOptionSetInfo\bin\Debug\AllOptionSetValues.xml`. You can open this file in **Office Excel** to see a tabular report.
2424

powerapps-docs/developer/common-data-service/org-service/samples/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
href: use-aggregation-fetchxml.md
287287
- name: Use FetchXML with a paging cookie
288288
href: use-fetchxml-paging-cookie.md
289-
- name: Webresources
289+
- name: Web resources
290290
items:
291291
- name: Import files as web resources
292292
href: import-files-as-web-resources.md

0 commit comments

Comments
 (0)