Skip to content

Commit 602b54e

Browse files
authored
Live publish
2 parents 2ce084c + f7616a1 commit 602b54e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/events-forms-grids.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ To add or remove event handler functions to events in the new Unified Interface:
5252

5353
---
5454

55+
### Bulk edit forms
56+
57+
By default, events handlers aren't called when a form is in bulk edit mode.
58+
59+
To enable an event handler in bulk edit mode, modify the Form XML by finding the relevant `event` element and creating/setting the `BehaviorInBulkEditForm` attribute to `Enabled`.
60+
61+
For more information on Form XML customization, see [When to edit the customizations file](../when-edit-customization-file.md), [Customize forms](../customize-entity-forms.md), and the [Form XML schema](../form-xml-schema.md).
62+
63+
To determine when an event handler is called on a form in bulk edit mode use [`getFormType`](reference/formContext-ui/getFormType.md) method.
64+
5565
## Add or remove event handler function to event using code
5666

5767
Using the following methods to add and remove event handler for events that cannot be associated through UI:
@@ -83,4 +93,4 @@ Use the [setSharedVariable](reference/executioncontext/setSharedVariable.md) and
8393

8494

8595

86-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
96+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/maker/data-platform/azure-synapse-link-solution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ ms.topic: "conceptual"
1111
applies_to:
1212
- "powerapps"
1313
author: "sama-zaki"
14-
ms.assetid:
14+
ms.assetid:
15+
keywords: transporting; azure synapse link configuration
1516
ms.subservice: dataverse-maker
1617
ms.author: "matp"
1718
manager: "kvivek"

0 commit comments

Comments
 (0)