Page Layout Customization Flashcards

1
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It is not possible to create a 3 column page?

True
False

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly