Unit 4 Review Standard and Customer Objects Flashcards

1
Q

The VP of sales at Ursa Major Solar wants to take a look at all of the sales deals that are currently in play for the Sales team to determine how well they’re tracking toward their goal for quarter end.

Which standard object stores information about sales deals?

A

OPPORTUNITIES

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

A sales team member at Ursa Major Solar wants to view information related to one of their accounts to have a 360-degree view of the customer.

Which two standard objects are related to account records? (Choose two answers.)

A

CASES

OPPORTUNITIES

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

The marketing manager at Ursa Major Solar wants to run a marketing campaign for their upcoming event called the Ray-a-thon. The manager wants to capture as much information as possible from the campaign in Salesforce.

Which three objects have a relationship with a Campaign? (Choose three answers.)

A

CONTACT

LEAD

OPPORTUNITIES

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

Ursa Major Solar needs a field that reflects account size based on the standard field, number of employees.

Which formula function should an administrator use to evaluate different results based on a specific condition with multiple outcomes?

A

IF ( IF determines if expressions are true or false. It returns a given value if true and another value if false. This is correct because you can string together multiple IFs to evaluate a specific condition with multiple outcomes.)

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

The sales managers at Ursa Major Solar want opportunities, not updated in the past 30 days, to be flagged automatically.

How should an administrator implement this requirement?

A

CREATE A FORMULA FIELD TO CALCULATE THE TIME SINCE LAST UPDATE AND DISPLAY AN IMAGE OF A RED FLAG IF IT MEETS THE DEFINED CRITERIA. (Adding a formula field to display a red flag if it has been at least 30 days since the last update would meet this requirement.)

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

The Ursa Major Solar CEO does not want to see the list of contacts when viewing an account page but still needs to access contact records.

How should the administrator configure this?

A

CREATE AN ACCOUNT PAGE LAYOUT WITHOUT THE CONTACTS RELATED LIST. (Removing the Contacts Related list from the account page layout would prevent the user from seeing contacts on the account page, but they would still have access to contact records.)

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

The VP of sales at Universal Containers wants to ensure that there is a consistent, color-coded report to track picklist values easily from the stage field on an opportunity.

How should an administrator ensure that a picklist field’s values display in consistent colors on all reports?
(Choose two answers.)

A

UPDATE THE PICKLIST FIELD AND SET THE COLOR FOR EACH VALUE.

CREATE A FORMULA FIELD THAT DEFINES THE COLOR FOR EACH VALUE.

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

Ursa Major Solar wants to track invoice payments on an opportunity related list. Only the finance team should see this related list. But, all users should be able to view Invoice Payment reports.

How should the administrator implement this requirement?

A

CREATE A NEW PAGE LAYOUT AND PROFILE FOR THE FINANCE TEAM. (This solution would allow only the finance team to see the page layout with the related list, and all users to view the invoice payment reports.)

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

A delegated administrator at Ursa Major Solar cannot edit the Created Date field for the account record.

What reason should the administrator give for why this is occurring?

A

This is a System Audit field and it’s Read-Only for existing records.

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

Ursa Major Solar wants to create a field to store credit card numbers and needs to make sure the information is protected.

What two actions allow the administrator to provide enhanced security for this field?

A

Create an encrypted text field.

Update field-level security settings.

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

Ursa Major Solar has a renewals sales team that uses the Opportunity object. The team wants to use many of the same picklist fields that are already defined, but needs unique picklist values.

What feature allows an administrator to maintain the same field for two different teams?

A
Record types
(Record types control 3 things. Business processes, Page Layouts, and Picklist Value)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ursa Major Solar has a sales team focused on renewals. The team uses many of the same Opportunity fields as other teams, but needs different Stage values.

What should the administrator update to support this requirement?

A

Stage Selected Values in the Sales Processes

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

Ursa Major Solar has a complex sales process with multiple record types, each shared with all Profiles. Some users complain about the Record Type selection screen when creating new Opportunities.

What two actions should the administrator take to allow these users to bypass choosing a record type?

A

Instruct users to update the Default Record Type in My Settings.

Remove Record Types from the users’ Profiles.

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

The customer support team wants to use a different Page Layout when closing a Case.

What method should the administrator use to fulfill this request?

A

Case Close Page Layout

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

Formula Field

A

A read-only field whose value is evaluated from the formula or expression defined by us.

You can define formula field on both standard and custom objects.

Any change in expression or formula automatically updates the value of formula field.

You can define formula field for 7 types:
(1) Number, (2) Currency, (3) Percent, (4) Date, (5) Date / Time, (6) Checkbox, (7) Text

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

Custom Objects

A

These are the objects created by user according to their need. Each custom object has five standard fields. Objects, having five standard fields, created by users to address their need.

17
Q

Roll-up Summary Filed

A

A roll-up summary field is custom object field that calculates values from related records or the records in a related list. Roll-up summary field is created to display a value in a master record based on the values of fields in a detail record. Roll-up summary can be defined on MasterDetail relationship only.

18
Q

Look up field

A

Lookup is also a one-to-many relationship, but in this relationship, two objects has no effect on deletion or security. Child objects are independent. Child objects have a separate setting. If you delete the parent object, the child object remains in the system. A child object may or may not have a parent.

19
Q

Master details

A

Closely links objects together such that the master record controls certain behaviors of the detail and subdetail record. For example, you can define a two object master-detail relationship, such as Account— Expense Report, that extends the relationship to subdetail records, such as Account—Expense Report Expense Line Item. You can then perform operations across the master—detail—subdetail relationship.

20
Q

One-to-many

A

Relationship with many child objects but one Parent Object, for instance, many metro cities are associated
withto one country. This kind of relationship is represented in four different forms:
(1) Master-detail, (2) LookUp (loosely coupled relationship), (3)Self, (4) Hierarchical