DATA MODELING CUSTOM/STAND OBJECTS Flashcards

1
Q

WHAT IS A DATA MODEL

A

A WAY TO DISPLAY database tables look like in a way that makes sense to humans.
The collection of objects and fields in an app

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

WHAT ARE DATABASE TABLES CONSIDERED IN SF

A

OBJECTS

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

WHAT ARE FIELDS SIMILIAR TO

A

COLUMNS IN EXCEL

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

WHAT ARE RECORDS SIMILIAR TO

A

ROWS IN EXCEL

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

What are the different types of objects that Salesforce supports

A

standard objects, custom objects, external objects, platform events, and BigObjects.

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

What Standard objects included in SF

A

Account,
Contact,
Lead,
Opportunity

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

What is a custom object?

A

Objects adm creates to store information that’s specific to your company or industry

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

Define object

A

containers for your information, but they also give you special functionality.

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

What happens when you create a custom object,

A

the platform automatically builds things like the page layout for the user interface.

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

How do you access objects?

A

Either from set up or service setup under object manager

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

What should you do before saving the custom object?

A

scroll to the bottom of the page and select the checkbox Launch New Custom Tab Wizard

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

What does Every standard and custom object have

A

a field

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

Common field types are:

A

identity, system, name and custom

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

What does Each standard object comes with?

A

set of prebuilt, standard fields.

standard objects can have custom fields

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

Every field has a ?

A

data type.

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

What does a data type indicate?

A

what kind of information the field stores

17
Q

common data type fields are

A

checkbox
date/time
formula

18
Q

Where is fields accessible ?

A

under the specific object (via obj manager)- fields /relationships

19
Q

How do you add a record

A

you can add record via>app manager>sales>select obj to add record (ex account record, select account tab)> new >enter values

20
Q

what should be considered when customizing objects?

A

avoid generic names, be specific
give a description of object for end users
Require fields when necessary