• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/42

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

42 Cards in this Set

  • Front
  • Back

What are the three Declarative ways to make changes to the User Interface?

Custom Applications


Custom Tabs


Page Layouts

What are the three field properties that can be modified via Page Layout customization?

Set as visible


Read-Only


Required

Which part of the MVC pattern are Visualforce pages?

View

On the Enhanced Page Layout editor, what does the blue circle next to a field mean?

Always on Layout

What are the 3 types of Custom Tabs?


A) Custom Objects Tabs


B) Web Tabs


C) Application Tabs


D) Visualforce Tabs

A) Custom Objects Tabs


B) Web Tabs


D) Visualforce Tabs

A field that was marked as "Required" when it was created can be removed from a page layout.



A) True


B) False

B) False.



It must be on all page layouts for that object.

What are 2 ways of making a tab hidden for a profile?

A) Make it "Tab Hidden" at the profile level. (The other options are "Default On" and "Default Off")



B) Remove Read access to the object at the profile level.

What are the 3 types of Page Layouts?


A) Detail


B) Visualforce


C) Salesforce1


D) Mini


E) Console

A) Detail


D) Mini


E) Console

How do you remove a field from the Page Layout?

Drag it off the canvas into the palette in the Enhanced Page Layout Editor.

What feature in the Page Layout Editor allows you to view the layout from the perspective of another user (profile)?

"Preview As" dropdown menu

What are the two kinds of files that can be added as a logo for a custom application?


A) JPEG


B) GIF


C) PNG


D) TIF

A) JPEG


B) GIF

What is the "Landing Tab"?

The first tab a user sees in the selected application.

What is the maximum number of columns you can have in a related list?

10

Which feature will be added by default when a tab is added to an application?


A) Quick Create


B) Custom Reporting


C) Recent Items


D) Search

A) Quick Create


C) Recent Items?


D) Search?

Which field properties can be edited in the Enhanced Page Layout Editor?


A) Controller


B) Required


C) Field Dependency


D) Read-only

B) Required


D) Read-Only

What is not possible with the User object page layout?


A) Move fields


B) Have multiple layouts


C) Add a custom button


D) Use the "Quick Find" box

C) Add a custom button

What is the difference between a List View and Detail Page?

List view - the page you go to when you click into a standard tab (object tab)



Detail Page - When you click into a specific record

Which 2 declarative customizations can a developer do to change a page layout?


A) Add an existing Visualforce Page to a section


B) Make a field required based on data in another field


C) Create a three column section


D) Add an existing custom button

A) Add an existing Visualforce Page to a section


D) Add an existing custom button

Which of the following is true with regard to Custom Tabs?


A) They can only be included in one application


B) They can only be included in standard applications
C) They can be included in as many applications as desired


D) They can only be included in custom applications

C) A custom tab can be included in as many applications as desired

Deleting a custom field also delete list views based on that field.


A) True


B) False

A) True

In a custom application, you can only include a landing page.


A) True


B) False

B) False

Which of the following statements is true about custom tabs?


A) There are 2 types of custom tabs


B) A custom tab is a user interface component you create to display custom object data or other web content embedded in the application


C) Web tabs display the data of your custom object in a user interface tab


D) Custom object tabs display any external web-based application or web page in a user interface tab

B) A custom tab is a user interface component you create to display custom object data or other web content embedded in the application

When customizing a page layout, you can change the field locations, page settings, configurations, and related list customizations.


A) True


B) False

A) True

The sales team would like to have a map displaying the company location on the Account page.


A) Use Visualforce


B) Use Page Layouts

A) User Visualforce

The sales team would like to include a Chatter feed about the record on the Contact page.


A) Use Visualforce


B) Use Page Layouts

B) Use Page Layouts

The recruiting team would like the Programming Language field to display only when the department is specified as Engineering on a job application.


A) Use Visualforce


B) Use Page Layouts

B) Use Page Layouts



(in addition to record types)

What tool do you use to customize the Page Layout?

Enhanced Page Layout Editor

The recruiting team would like every section and related list to display as an individual tab that can be viewed when clicked on.


A) Use Visualforce


B) Use Page Layouts

A) User Visualforce

Which of the following are tools for developing Visualforce Pages?


A) Apex Data Loader


B) Inline Editor


C) Force.com IDE in Eclipse


D) Developer Console

B) Inline Editor


C) Force.com IDE in Eclipse


D) Developer Console

What feature must be enabled on your user record before you can use the inline editor?

Development Mode

What is the Developer Console?

Another tool for coding, debugging and testing applications.


It can be used to edit Visualforce Page components and controllers.

What are the limitations for Visualforce Pages?

Up to 1MB of content.


Can display up to 15MB of data.

What are Visualforce Controllers?

A set of instructions that specify what happens when a user interacts with the components specified in the page.

What are Static Resources?

Uploaded content that can be referenced in a Visualforce Page.

Development Mode enables the Inline Editor and Page Creation.


A) True


B) False

True

What is Force.com Sites?

Creates public websites using Visualforce that can include data and content from a Salesforce application

Force.com Sites...


A) Enable developers to build websites


B) Are built entirely with JavaScript


C) Enable developers to access websites from any domain name


D) Can leverage the data and content in Salesforce

A) Enable developers to build websites


D) Can leverage the data and content in Salesforce

... are generated automatically.


A) Page Layouts


B) Visualforce

A) Page Layouts

... are maintained by developers.


A) Page Layouts


B) Visualforce

B) Visualforce

You have full control of interface and behavior with...


A) Page Layouts


B) Visualforce

B) Visualforce

Visualforce Pages automatically get new features


A) True


B) False

B) False



Page Layouts get new features automatically

Visualforce Pages are only accessible within your org


A) True


B) False

B) False



Page Layouts are only accessible within your org.


Visualforce Pages can be access outside of Salesforce.