function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SlightWindSlightWind 

Some Question about Dev 401

I'd appreciate very much if anyone can answer and explain a little about the following questions for me. Thanks.

 

1. What is a mini page layout

 

 

2. For the user object what can you do in the page layout:
A. custom link
B. inline vf page
C. custom button
D. custom field
3.What does out of the box salesforce give you?
A. data warehouse
B. approval process
C. workflow rules
D. validation rules

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Pradeep_NavatarPradeep_Navatar

1. Mini Pagelayout : A mini page layout contains a subset of the items in an existing page layout. Mini page layouts inherit record type and profile associations, related lists, fields, and field access settings from their associated page layout. The visible fields and related lists of the mini page layout can be further customized, but the other items inherited from the associated page layout cannot be changed on the mini page layout itself.

The event mini page layout is used for the event detail and edit overlays, not the Console tab. Related lists on mini page layouts only display in the Console tab, not hover details.

To define a mini page layout:

   a. Click Your Name | Setup | Customize and choose a standard object, or click Your Name | Setup | Develop | Objects and choose a custom object.
   b. Select Page Layouts, and choose a page layout name.
   c. Click Mini Page Layout.
   d. Select which fields and related lists will be displayed for this type of record in the mini view. For each related list you select, choose which fields to display in that related list.

 

2.  A, B, D

 

3. B, C, D

All Answers

Pradeep_NavatarPradeep_Navatar

1. Mini Pagelayout : A mini page layout contains a subset of the items in an existing page layout. Mini page layouts inherit record type and profile associations, related lists, fields, and field access settings from their associated page layout. The visible fields and related lists of the mini page layout can be further customized, but the other items inherited from the associated page layout cannot be changed on the mini page layout itself.

The event mini page layout is used for the event detail and edit overlays, not the Console tab. Related lists on mini page layouts only display in the Console tab, not hover details.

To define a mini page layout:

   a. Click Your Name | Setup | Customize and choose a standard object, or click Your Name | Setup | Develop | Objects and choose a custom object.
   b. Select Page Layouts, and choose a page layout name.
   c. Click Mini Page Layout.
   d. Select which fields and related lists will be displayed for this type of record in the mini view. For each related list you select, choose which fields to display in that related list.

 

2.  A, B, D

 

3. B, C, D

This was selected as the best answer
SlightWindSlightWind

Many thanks

Ray_KaushikRay_Kaushik

I think correct answer to 3rd question is just Approval Process..

Pradeep_NavatarPradeep_Navatar

Can you explain why?

Ray_KaushikRay_Kaushik

Rset all the stuff can be done bthrough Apex Coding also but not Approval Process..

Pradeep_NavatarPradeep_Navatar

"Out of the box" is used as a synonym for "off the shelf", meaning a ready-made software, hardware, or combination package that meets a need that would otherwise require a special development effort.

 

Approval process, workflow rules and validation rules are out of the box functionalities of salesforce.

krrkkrrk

i am dev-401 certified and even if u see in the exam then it give option to select only a single answer