Skip to content

Commit 92c6691

Browse files
committed
Acrolinx fix
1 parent 319446b commit 92c6691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/model-driven-apps/monitor-form-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Supported areas for form monitoring include:
7474
|Tab / section / control state change | Details on who (via callstack) has caused a form component such as a tab, section, or control, to change the component’s visibility and enabled state. |
7575
|Navigation | Details about who’s causing navigation or unexpected dialogs by tracing the callstack of these Xrm.Navigation client API methods: openAlertDialog(), openConfirmDialog(), openDialog(), openErrorDialog(), navigateTo(), openForm(), openTaskFlow(), openUrl(), openWebResource() |
7676
|Unsupported customizations | Details about unsupported client API access before the form is ready. Examples: <br /> Accessing parent.Xrm.Page in iFrame before form is fully loaded. <br /> Accessing Xrm.Page in form web resource outside of form handler contexts using window.setTimeout() to periodically call Form client API. <br /> Accessing Xrm.Page in updateView() method of PCF control code. |
77-
gi
77+
7878
Examples of the supported form-related events in Monitor:
7979
- FormEvents.onsave
8080
- XrmNavigation

0 commit comments

Comments
 (0)