LOT-835 Free Dumps Study Materials
Question 11: There is a table of customer contact data at the top of the SalesOrder form. Omari needs to add a
button to the main view. When the button is clicked, users should see just the customer contact data from
the selected document, without opening the full form. How can Omari do this?
A.Create a CustInfo form, copying the customer data from the main form into a layout region on the new
form. Add a view action with the formula: @DialogBox( "CustInfo"; [NOCANCEL]:[SIZETOLAYOUT];
CustomerName )
B.Create a CustInfo form, copying the table from the main form into this new form. Add a view action
containing the formula: @DialogBox( "CustInfo";
[AUTOHORZFIT]:[AUTOVERTFIT]:[READONLY]:[SIZETOTABLE]; CustomerName )
C.Open the form and highlight the table. From the Form Properties, select "Add header to form" and save
the form. Add a view action with the formula: @DialogBox( CustomerName;
[USEHEADER]:[READONLY]:[SIZETOTABLE]; "SalesOrder" )
D.Open the form and highlight the table. From the Form Properties, select "Add header to form" and save
the form. Add a view action containing the formula: @DialogBox( "SalesOrder";
[USEHEADER]:[READONLY]:[SIZETOTABLE]; CustomerName )
Correct Answer:B