Page Layout Customization Flashcards
Sales reps at Prestige Worldwide use a custom object called “Expenses” to track expense reports. When designing the object, the sales manager thought that reps would benefit from having a third column of fields on the page layout to display more data. How can an app builder meet the requirement of adding a third column to a custom object’s detail page layout?
(Choose 1)
a. Place a 3-column section using the page layout editor
b. Create a visualforce page using the panelGrid component
c. Create a visualforce page using the panelGroup component
d. 3-column page layouts are not possible in Salesforce
B
Custom develop page with Apex code that allows a developer to access display and update an organization’s data. visualforce Page can be displayed as a standard Tab and function exactly like a custom object page including displaying data from a custom object. in this case a visualforce page using the panelGrid component will allow a developer to specify the amount of columns that they would like to display on their customized page layout by using Apex code for panelGrid
What is the maximum number of columns that can be selected in the detail page layout for fields when creating a page?
A. 1
B. 2
C. 3
D. 4
B
It is not possible to create a 3 column page?
True
False
False
It is possible to create a 3 column page. In one of those columns the max number of fields though would still be 2 because that is controlled by the detail page layout editor.