Microsoft
MB-820 · Question #87
A company plans to change a field on the Resource Card page in a Base Application. You need to hide the field "Unit Price" from the Resource Card page. Which code snippet should you use? A. B. C. D.
Sign in or unlock MB-820 to reveal the answer and full explanation for question #87. The question stem and answer options stay visible for context.
Develop by using AL objects
Question
A company plans to change a field on the Resource Card page in a Base Application. You need to hide the field "Unit Price" from the Resource Card page. Which code snippet should you use? A. B. C. D.
Options
- Aaddlast ("Unit Price") { Visible = false; }
- Bmodify("Unit Price") { Enabled = false; }
- Caddlast ("Unit Price") { Enabled = false; }
- Dmodify("Unit Price") { Visible = false; }
Unlock MB-820 to see the answer
You've previewed enough free MB-820 questions. Unlock MB-820 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#page extension#field visibility#Base Application#AL page customization