4
answers
1
watching
493
views

You develop a form to update brand information. The form includes the following code:

    function BrandChange(executionContext)

     {

       var formContext=executionContext.getFormContext();

       var BrandName=formContext.getAttribute("brandname").getValue();

       If(BrandName!=null){

         formcontext.getAttribute("INFO_TAB").setVisible(False);

       }

       else {

         formContext.getAttribute("INFO_TAB").setVisible(True);

What is the output of this code segment?

Select only one answer.

A.  Display brandname and INFO_TAB when brandname is blank.

B.  Hide brandname and INFO_TAB when brandname is blank.

C.  Display brandname and hide INFO_TAB when brandname is blank.

D.  Hide brandname and display INFO_TAB when brandname is blank.

For unlimited access to Homework Help, a Homework+ subscription is required.

Avatar image
Liked by mmyint1234 and 3 others

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Avatar image
Liked by mmyint1234 and 1 others
Already have an account? Log in
Avatar image
Liked by mmyint1234 and 2 others
Already have an account? Log in
Avatar image
Liked by mmyint1234 and 3 others
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in