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
Setup home menu
- Administration
- Platform tools
- settings
Setup
—-administration
Where you can manage your users and data. Examples: -add users -change permissions -import and export data -create email templates
Platform tools
Where you customize.
View and manage your data model Create apps Modify the user interface Deploy new features to your users ***programmatic development (where you manage code)
Setup Settings
Where you manage your company information and org security
- add business hours
- change your locale
- view your org’a history
Too 5 setup pages
- Company info
- Users
- Profiles
- View setup audit trail
- Login history
Setup
—company information
Find org I’d
See licensing info
Monitor limits
Setup Users
Reset passwords
Create, deactivate, freeze users
View info about your users
Setup profiles
Manage who can see what with user profiles
Create custom profiles
Setup -
View setup audit trail
See 6 months of history in org
Find out who made changes and when
Tool for troubleshooting org configure issues