Setup and Objects Flashcards

1
Q

Salesforce users at Ursa Major Solar complain that global search returns too many records.

Which two configurations should an administrator perform to help users manage search results?

A

Specify the Search Filter Fields for the object’s search layout.

Reduce the number of records displayed for each object in the Search Results page.

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

List View

A

A list of records that meet specific filter criteria.

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

What are two reasons a user cannot be deactivated?

A

The user is the recipient of workflow email alerts.

The user is a customer community administrator.

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

User License

A

A user license determines the baseline of features that the user can access. Every user must have exactly one user license. You assign user permissions for data access through a profile and optionally one or more permission sets.

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

Permission Set

A

A permission set is a collection of settings and permissions that give users access to various tools and functions. The settings and permissions in permission sets are also found in profiles, but permission sets extend users’ functional access without changing their profiles.

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

Profile

A

Profiles define how users access objects and data, and what they can do within the application. When you create users, you assign a profile to each one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
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
9
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
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
12
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
13
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, and
(7) Text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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

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

Roll-up Summary Field

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 Master-Detail relationship only.

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

Lookup 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.

17
Q

Master-detail

A

Closely links objects together such that the master record controls certain behaviors of the detail and sub-detail record.

For example, you can define a two-object master-detail relationship, such as Account—Expense Report, that extends the relationship to sub-detail records, such as Account—Expense Report—Expense Line Item. You can then perform operations across the master—detail—sub-detail relationship.

18
Q

One-to-many

A

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