Standard and Custom Objects Flashcards

1
Q

Lookup Relationship

A

Creates a relationship that links this object to another object. The relationship field allows users to click on a lookup icon to select a value from a popup list. The other object is the source of values in the list.

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

Master-Detail Relationship

A

Creates a special type of parent-child relationship between this object (the child/detail) and another object (parent/master) where: relationship field is required on all detail records, ownership and sharing of a detail record are determined by the master record, when a user deletes the master record all detail records are deleted, you can rollup summary fields on master record to summarize detail records.

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

Standard Fields

A

Already exist on SF objects and offer limited customization, such as ‘Opportunity Name’ and ‘Amount’

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

Custom Fields

A

Custom fields of data types, such as Picklists, can be created to store more data on objects.

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

Changing Field Type

A

Field type of a custom field can be changed, but it can cause data loss, such as changing from Text to Number

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

Deleting Fields

A

A custom field that is not referenced can be deleted if it is no longer required, but it also deletes the field data.

Standard fields cannot be deleted. Custom fields can be deleted but corresponding data will be deleted, and can’t be deleted if references somewhere else. Deleted fields can be restored within 15 days of deletion.

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

Custom Objects

A

Custom objects can be created to store additional data in Salesforce when standard objects are not appropriate.

Created to record custom data not covered by standard objects. Up to 200 custom objects can be created in Enterprise and 2000 in Unlimited/Performance edition. Relationship fields can be used to define relationships between objects.

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

Tabs

A

Used to allow access to custom objects, web pages, Visualforce pages, or Lightning pages

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

Apps

A

Collection of tabs made visible in certain profiles. Custom apps can be created while standard apps already exist.

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

Page Layouts

A

Control the layout and organization of fields, related lists, buttons, links, report charts, and other items on objects.

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

Creating a Custom Field

A

Select Data Type > Enter Details (Description, Help Text Label, Picklist Values) > Set Field Level Security > Add to Page Layout

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

Picklists

A

Standard or multi-select list using either custom defined values or values from a global value set. If global value set is used, picklist is restricted. Picklist values can be deactivated, which doesn’t affect existing values.

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

Record ID Field

A

Globally unique read-only system type field assigned to every object in SF. IT is generated when the record is created, and every record has a 15-character case sensitive unique identifier. ID available in the URL.

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

External IDs

A

Fields that contain a unique identifier from a system outside SF. There can be up to 25 external IDs on one object. Ex. Add SAP Account Number to Account object and mark it as an external ID.

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

Rollup Summary Fields

A

Defined on the master object and available for certain object relationships such as Standard>Custom, Custom>Custom and certain standard relationships. Used to roll-up either the sum of the value of a particular field in the child object, return the min or max value, or count the number of records.

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

Formula Fields

A

Read-only fields that automatically calculate a value based on other fields or a formula. Automatically updated when one of the fields used in the formula changes.

17
Q

When creating a custom object…

A

a new tab must be created to be able to create records via the user interface. Custom tabs can be custom object, web tabs, Visualforce tabs or Lightning tabs. Web tabs will embed a web page within a Salesforce tab.

18
Q

Record Types

A

Allow defining different picklist values, page layouts, and business processes on standard or custom objects for different profiles. Can be used when one object is used for different purposes and gathers different information e.g. internal and external cases, or if a company gathers different information on leads. Each object has a default record master record type that is hidden. Assigning a record type to a profile gives the user the ability to create records of that record type. Users can still see records of all record types.

19
Q

Business Processes

A

Associated with record types to define the lifecycle of leads, opportunities, cases, or solutions for different user profiles. Ability to set stage lists to route projects.

20
Q

Path

A

Created in Lightning Experience for custom objects and some standard objects to display their lifecycle based on a picklist field. Intended to capture the lifecycle of standard objects such as Leads, Campaigns, Accounts, Contacts and Cases and are used to guide users along steps in a process.

21
Q

Permission Sets

A

Ability to assign record types to a profile or individual.

22
Q

Page Layout Assignments

A

Specified for every record type, even when a record type is not available to that profile.

23
Q

Steps to Create a Record Type

A
  1. Create page layouts to be used for record types. 2. Add any additional picklist values. 3. Create record type record. 4. Assign record type to profiles. 5. Assign page layout for each profile for each record type. 6. Select picklist values for record type.
24
Q

Business Processes

A

Capture the lifecycle of leads, opportunities, cases and solutions. Allow for different picklist values to be related to record types for sales, lead, support and solution processes.