Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am not sure if my answers are correct or not 1. You develop a form to update brand intormation. The torm includes thefollowing ccde:
I am not sure if my answers are correct or not
1. You develop a form to update brand intormation. The torm includes thefollowing ccde: function BrandChange(executionContext) { var formcontext=executioncontext.getrormcontext(); var BrandName=formContext.getAttribute("brandname").getValue(); I+(BrandName! =nu11)\{ formcontext.getAttribute ("INFO_TAB").setVisible(False); \} else \{ formContext.getAttributc ("INFO_TAB").sctVisiblc(Truc); What is the output of this code segment? Select only one answer. Display brandname and INFO_TAB when brandname is blank. Hide brandname and INFO_TAB when brandname is blank. Display brandname and hide INFO_TAB when brandname is blank.Hide brandname and display INFO_TAB when brandname is blank. 2. You develop JavaScript code to filter a lookup field. The lookup field must returnfiltered data. What should you do? Select only one ( answer. Register a function on the form's OnLoad event which uses the addPresearchmethod to invoke a separate function containing the filtering code. C Register a function on the ficld's OnChange cvent which uses the addPresearchmethod to invoke a separate function containing the filtering code. r Register a function on the form's OnLoad event which uses the setSearchQuerymethod to apply the filtering codeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started