Skip to content

Commit 8a28642

Browse files
committed
Update sample page
1 parent 82b2dce commit 8a28642

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

powerapps-docs/developer/data-platform/webapi/samples/create-update-multiple.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Sample: Web API Use bulk operations"
33
description: "This sample shows how to perform bulk create and update operations using the Web API CreateMultiple and UpdateMultiple actions. The messages for these actions are optimized to provide the most performant way to create or update records with Dataverse."
4-
ms.date: 07/20/2023
4+
ms.date: 02/08/2024
55
author: divkamath
66
ms.author: dikamath
77
ms.reviewer: jdaly
@@ -17,9 +17,12 @@ contributors:
1717

1818
# Sample: Web API Use bulk operations
1919

20-
These sample applications on GitHub show how to perform bulk create and update operations using the Web API CreateMultiple and UpdateMultiple actions. The messages for these actions are optimized to provide the most performant way to create or update records with Dataverse.
20+
These sample applications on GitHub show how to perform bulk create and update operations using the Web API [CreateMultiple](xref:Microsoft.Dynamics.CRM.CreateMultiple), [UpdateMultiple](xref:Microsoft.Dynamics.CRM.UpdateMultiple) and [UpsertMultiple](xref:Microsoft.Dynamics.CRM.UpsertMultiple) actions. The messages for these actions are optimized to provide the most performant way to create or update records with Dataverse.
2121

22-
This sample is a Visual Studio .NET 6.0 solution that contains two projects that perform the same operations in different ways so that you can compare the performance of each method.
22+
This sample is a Visual Studio .NET 6.0 solution that contains:
23+
24+
- Two projects that perform the same [CreateMultiple](xref:Microsoft.Dynamics.CRM.CreateMultiple) and [UpdateMultiple](xref:Microsoft.Dynamics.CRM.UpdateMultiple) operations in different ways so that you can compare the performance of each method.
25+
- One project that demonstrates using the [UpsertMultiple](xref:Microsoft.Dynamics.CRM.UpsertMultiple) action.
2326

2427
See the README.md file in each sample for detailed instructions about how to run the sample and what it does.
2528

0 commit comments

Comments
 (0)