Salesforce Terms Flashcards
Define an Org
An instance of Salesforce.
- Each org holds record data, configuration, and customization for that particular customer.
Define a Trial Production Org
An org that potential customers can use before deciding to purchase Salesforce.
- We can write code in these orgs
Define a Developer Edition Org
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
Define a Trailhead Playground
A special kind of Developer Edition that is primarily used for challenges in Trailhead Badges
Define an App (in Salesforce)
A collection of tabs
- A set of fields, objects, and other functionality to support a business process.
Define an Object
Analogous to a table in the database and contains a set of standard(and/or custom) fields.
Define a Standard Object
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.
Define a Custom Object
An object that we create to extend the Salesforce platform.
- By default, these objects include standard fields such as name, owner, etc.
Define a Record
Analogous to a row in a table.
- an instance of an object
Define a Field
Analogous to a column in a table.
- A place where we store a value that describes the object