Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 4.1 KB

File metadata and controls

51 lines (40 loc) · 4.1 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to ms.subservice search.audienceType contributors
formContext.ui.quickForms (Client API reference) in model-driven apps| MicrosoftDocs
Provides methods to access all the quick view controls and its constituent controls on the model-driven apps forms when using the new form rendering engine
HemantGaur
hemantg
03/12/2022
jdaly
reference
Dynamics 365 (online)
mda-developer
developer
JimDaly

formContext.ui.quickForms (Client API reference)

Provides methods to access all the quick view controls and its constituent controls on the model-driven apps forms when using the new form rendering engine (also called "turbo forms"). A quick view control is a quick view form added to a main form in model-driven apps that enables you to view information about a related table record within the main form. Data in constituent controls in a quick view control cannot be edited.

The quickForms collection provides access to all the quick view controls on a form, and supports all the standard methods of the collections. See Collections) for information about the collection methods.

You can retrieve a quick view control in the quickForms collection by using the get method by specifying either the index value (integer) or name (string) of the quick view control as the argument:

quickViewControl = formContext.ui.quickForms.get(arg)

[!INCLUDEcc-terminology]

Quick form control Methods

Name Description
getControl [!INCLUDEformcontext-ui-quickForms/includes/getControl-description.md]
getControlType [!INCLUDEformcontext-ui-quickForms/includes/getControlType-description.md]
getDisabled [!INCLUDEformcontext-ui-quickForms/includes/getDisabled-description.md]
getLabel [!INCLUDEformcontext-ui-quickForms/includes/getLabel-description.md]
getName [!INCLUDEformcontext-ui-quickForms/includes/getName-description.md]
getParent [!INCLUDEformcontext-ui-quickForms/includes/getParent-description.md]
getVisible [!INCLUDEformcontext-ui-quickForms/includes/getVisible-description.md]
isLoaded [!INCLUDEformcontext-ui-quickForms/includes/isLoaded-description.md]
refresh [!INCLUDEformcontext-ui-quickForms/includes/refresh-description.md]
setDisabled [!INCLUDEformcontext-ui-quickForms/includes/setDisabled-description.md]
setFocus [!INCLUDEformcontext-ui-quickForms/includes/setFocus-description.md]
setLabel [!INCLUDEformcontext-ui-quickForms/includes/setLabel-description.md]
setVisible [!INCLUDEformcontext-ui-quickForms/includes/setVisible-description.md]

Related articles

formContext.ui

[!INCLUDEfooter-include]