Salesforce Terms Flashcards

1
Q

Define an Org

A

An instance of Salesforce.

- Each org holds record data, configuration, and customization for that particular customer.

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

Define a Trial Production Org

A

An org that potential customers can use before deciding to purchase Salesforce.
- We can write code in these orgs

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

Define a Developer Edition Org

A

An edition of a Salesforce org that is free to create and use.
- They are primarily used for developers to publish managed packages to AppExchange

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

Define a Trailhead Playground

A

A special kind of Developer Edition that is primarily used for challenges in Trailhead Badges

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

Define an App (in Salesforce)

A

A collection of tabs

- A set of fields, objects, and other functionality to support a business process.

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

Define an Object

A

Analogous to a table in the database and contains a set of standard(and/or custom) fields.

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

Define a Standard Object

A

An object that comes included in our org and contain standard fields.
- We can create custom fields on standard objects, but standard objects have some restrictions compared to custom objects.

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

Define a Custom Object

A

An object that we create to extend the Salesforce platform.

- By default, these objects include standard fields such as name, owner, etc.

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

Define a Record

A

Analogous to a row in a table.

- an instance of an object

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

Define a Field

A

Analogous to a column in a table.

- A place where we store a value that describes the object

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