Salesforce platform Flashcards
SALESFORCE APP
A set of objects, fields, or other functionality that supports a business process.
OBJECTS
Database Tables in the SALESFORCE database that store a particular kind of information.
Two types:
STANDARD OBJECT: example accounts, contacts
CUSTOM OBJECT: example - property for a realty firm
SALESFORCE RECORDS
Rows in object database tables.
Records are The actual data associated with an object.
SALESFORCE FIELDS
Fields are COLUMNS in object database tables.
Both standard and custom objects have fields.
Fields can be something like address or price.
SALESFORCE ORG
ORG : organization.
A specific instance of SALESFORCE.
A company can have multiple orgs
DECLARATIVE DEVELOPMENT
Developing without code.
Uses forms & drag & drop tools to perform customization tasks.
PROGRAMMATIC DEVELOPMENT
Uses lightning components, Apex code, and Visualforce pages.
SALESFORCE low hanging fruit
- heavy email collaboration
- spreadsheets
- shared local docs
- time-intensive, repetitive manual steps
- impact on only a few departments
Multitenancy
Sharing resources
Metadata
Data about data.
Fields.
API
APIs allow different pieces of software to connect to each other and share info.
An access point between your org and the database.
SALESFORCE uses the API name to retrieve the metadata data data you are looking for.
Ex: Hi, {contact Name}
Setup
Where you customize, configure, and support your org
Object manager
Where you can view and customize standard and custom objects in your org
Setup home
Setup menu
Quick links to a collection of pages that let you do everything from managing your users to modifying security settings
Main window
Where you can see what you are working on