Skip to content

Commit 8554ecf

Browse files
Merge pull request MicrosoftDocs#4019 from MicrosoftDocs/main638112421534971602sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 9b75121 + 4104298 commit 8554ecf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

powerapps-docs/developer/component-framework/tutorial-create-model-driven-field-component.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Create a model-driven app field component in Microsoft Dataverse | MicrosoftDocs"
33
description: "In this tutorial, learn how to create a model-driven app field component, and deploy, configure, and test the component on a form using Visual Studio Code."
4-
ms.author: noazarur
5-
author: noazarur-microsoft
6-
ms.date: 12/21/2022
4+
ms.author: hemantg
5+
author: HemantGaur
6+
ms.date: 02/05/2023
77
ms.reviewer: jdaly
88
ms.topic: tutorial
99
ms.subservice: pcf
@@ -126,7 +126,7 @@ After the component is built, you'll see that:
126126
127127
## Choices picker Fluent UI React component
128128

129-
When the code component uses React, there must be a single root component that's rendered within the `updateView` method. Inside the `ChoicesPicker` folder, add a new TypeScript file named `ChoicesPickerComponent.tsx`, and sdd the following content:
129+
When the code component uses React, there must be a single root component that's rendered within the `updateView` method. Inside the `ChoicesPicker` folder, add a new TypeScript file named `ChoicesPickerComponent.tsx`, and add the following content:
130130

131131
```react
132132
import { ChoiceGroup } from '@fluentui/react/lib/components/ChoiceGroup/ChoiceGroup';

powerapps-docs/developer/data-platform/api-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ With the Organization Service this means using <xref:Microsoft.Xrm.Sdk.Messages.
254254

255255
In the past, `ExecuteMultiple` operations were limited to just 2 at a time because of the impact on performance that this could have. This is no longer the case, because service protection execution time API limits have made that limit redundant.
256256

257-
When using the Web API, the smaller JSON payload sent over the wire for individual requests means that network latency is not an issue. Only use `$batch` if you want to manage transactions using `changesets`. More information: [Execute batch operations using the Web API](webapi/execute-batch-operations-using-web-api.md)
257+
When using the Web API, the smaller JSON payload sent over the wire for individual requests means that network latency is not an issue. More information: [Execute batch operations using the Web API](webapi/execute-batch-operations-using-web-api.md)
258258

259259
> [!NOTE]
260260
> Batch operations are not a valid strategy to bypass entitlement limits. Service protection API limits and Entitlement limits are evaluated separately. Entitlement limits are based on CRUD operations and accrue whether or not they are included in a batch operation. More information: [Entitlement limits](../../maker/data-platform/api-limits-overview.md#entitlement-limits)

0 commit comments

Comments
 (0)