Salesforce Basics Flashcards
Database
Information that you put into salesforce gets stored in the database in a specific way so you can access it again later with ease
App
A set of objects, fields, and other functionality that supports a business process. You can switch btn apps in the App Launcher
Objects
tables in the Salesforce database that store a particular kind of information
Standard Objects
Accounts and Contacts for example
Custom Objects
Objects specific just to your business (properties for a real estate company for example)
Records
Rows in object database tables. Records are actual data associated with an object
Fields
Columns in object database tables. Standard and Custom objects both have fields
Org
Short for organization. Refers to a specific instance of Salesforce. Your company can have one or multiple orgs
Declarative Development
Developing without code. You can use forms and drag and drop tools to perform cusotmization.
Programmatic Development
SF development tool that uses things like Lightning Components
Chatter Feed Tracking
Automatically set up every time you create a custom object. Provides a way for multiple people to comment and collaborate on a particular record
Multitenancy
Sharing resources in the salesforce platform
Metadata
Data about data. In salesforce this is standard and custom configurations, functionality, and code in your org
API’s
Allow different pieces of software to connect to each other and exchange information.
Object Manager
Where you can view and customize standard and custom objects in your org