Skip to content

Commit cf4b468

Browse files
authored
Merge pull request #2258 from MicrosoftDocs/Nava_samples
Upates
2 parents 107d7dd + 41208e2 commit cf4b468

File tree

90 files changed

+131
-274
lines changed

Some content is hidden

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

90 files changed

+131
-274
lines changed

powerapps-docs/developer/common-data-service/org-service/samples/add-record-queue-early-bound.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,4 @@ In order to simulate the scenario described in [What this sample does](#what-thi
5353

5454
### Clean up
5555

56-
1. Display an option to delete the sample data that is created in [Setup](#setup).
57-
58-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
56+
Display an option to delete the sample data that is created in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/add-security-principal-user-team-queue-early-bound.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4242

4343
### Demonstrate
4444

45-
1. The `AddPrincipalToQueueRequest` method adds the team to the queue.
46-
### Clean up
45+
The `AddPrincipalToQueueRequest` method adds the team to the queue.
4746

48-
1. Display an option to delete the sample data in [Setup](#setup).
47+
### Clean up
4948

50-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
49+
Display an option to delete the sample data in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/assign-chart-to-another-user.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4747

4848
### Demonstrate
4949

50-
1. The `AssignRequest` method assigns the visualization or chart to the newly created user.
50+
The `AssignRequest` method assigns the visualization or chart to the newly created user.
5151

5252
### Clean up
5353

54-
1. Display an option to delete the sample data in [Setup](#setup).
55-
56-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
54+
Display an option to delete the sample data in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/assign-dashboard-to-another-user.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4949

5050
### Demonstrate
5151

52-
1. The `AssignRequest` method assigns the visualization or chart to the newly created user.
52+
The `AssignRequest` method assigns the visualization or chart to the newly created user.
5353

5454
### Clean up
5555

56-
1. Display an option to delete the sample data in [Setup](#setup).
57-
58-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
56+
Display an option to delete the sample data in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/assign-records-to-team.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ The `AssignRequest` message assigns the account record created for the sample to
4444

4545
### Clean up
4646

47-
1. Displays an option to delete all the data created in the sample.
48-
49-
The deletion is optional in case you want to examine the data created by the sample. You can manually delete the data to achieve same results.
47+
Displays an option to delete all the data created in the sample. The deletion is optional in case you want to examine the data created by the sample. You can manually delete the data to achieve same results.

powerapps-docs/developer/common-data-service/org-service/samples/associate-security-role-team.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4646

4747
### Clean up
4848

49-
1. Display an option to delete the sample data in [Setup](#setup).
50-
51-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
49+
Display an option to delete the sample data in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/audit-entity-data-changes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4545

4646
### Clean up
4747

48-
1. Display an option to delete the sample data that is created in [Setup](#setup).
49-
50-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
48+
Display an option to delete the sample data that is created in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/audit-user-access.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4747

4848
### Clean up
4949

50-
1. Display an option to delete the records created during [Setup](#setup).
51-
52-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
50+
Display an option to delete the records created during [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/book-appointment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4040

4141
### Demonstrate
4242

43-
1. Creates the appointment instance using the [BookRequest](https://docs.microsoft.com/dotnet/api/microsoft.crm.sdk.messages.bookrequest?view=dynamics-general-ce-9) message and verifies that the appointment has been scheduled or not.
43+
Creates the appointment instance using the [BookRequest](https://docs.microsoft.com/dotnet/api/microsoft.crm.sdk.messages.bookrequest?view=dynamics-general-ce-9) message and verifies that the appointment has been scheduled or not.
4444

4545
### Clean up
4646

47-
1. Display an option to delete the records created in the [Setup](#setup).
48-
49-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
47+
Display an option to delete the records created in the [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

powerapps-docs/developer/common-data-service/org-service/samples/bulk-delete-exported-records.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ In order to simulate the scenario described in [What this sample does](#what-thi
4040

4141
### Demonstrate
4242

43-
1. The `PerformBulkDeleteBackup` method performs the main bulk delete operation on inactive opportunities and activities to remove them from the system.
43+
The `PerformBulkDeleteBackup` method performs the main bulk delete operation on inactive opportunities and activities to remove them from the system.
4444

4545
### Clean up
4646

47-
1. Display an option to delete the sample data that is created in [Setup](#setup).
48-
49-
The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.
47+
Display an option to delete the sample data that is created in [Setup](#setup). The deletion is optional in case you want to examine the entities and data created by the sample. You can manually delete the records to achieve the same result.

0 commit comments

Comments
 (0)