March 2020
Beginner to intermediate
426 pages
13h 11m
English
This object provides methods that we can use to work with the quick view form controls that are available on a form. We can use the following method to get our quick view form control:
quickViewControl=formContext.ui.quickForms.get("name of quick view");
Once we have quick view form control, we can use its methods to interact with a quick view form control. The following are some of the methods that are available for a quick view form:
|
getControlType |
This method provides the control type. We can use it as follows: quickViewControl.getControlType(); |
|
getLabel |
We can use this method to get a quick view form label, as follows: quickViewControl.getLabel(); |
|
isLoaded |
We can use this method to find out whether a quick view ... |
Read now
Unlock full access