Skip to content

Commit a27b049

Browse files
authored
Merge pull request #5670 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch main)
2 parents 1fe6804 + e93a70d commit a27b049

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
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)]

0 commit comments

Comments
 (0)