Salesforce Certified Platform App Builder — Question 465
Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered.
What should an app builder configure to help with this issue?
Answer options
- A. Separate page layouts
- B. Dependent picklists
- C. Dynamic forms
- D. Lightning web components
Correct answer: C
Explanation
Dynamic forms allow for the visibility of fields to be controlled based on the values of other fields, making them ideal for reducing clutter on the page layout. Separate page layouts would not address the conditional visibility of fields, while dependent picklists pertain to picklist fields specifically, and Lightning web components do not inherently solve the issue of layout organization.