06-PLATFORM-BASICS
06-PLATFORM-BASICS
## Reference
- [Salesforce Platform
Basics](https://trailhead.salesforce.com/trails/force_com_admin_beginner/modules/
starting_force_com)
## App
- An app in Salesforce is a set of objects, fields, and other functionality that
supports a business process.
- You can see which app you’re using and switch between apps using the `App
Launcher`.
## Objects
- Objects are tables in the Salesforce database that store a particular kind of
information.
- There are standard objects like Accounts and Contacts and custom objects like the
Property object you see in the graphic.
## Records
- Records are rows in object database tables.
- Records are the actual data associated with an object. Here, the 211 Charles
Street property is a record.
## Fields
- Fields are columns in object database tables.
- Both standard and custom objects have fields. On our Property object, we have
fields like Address and Price.
---
## Declarative Development
- Developing without code.
## Programmatic development
- Develop using things like Lightning components, Apex code, and Visualforce pages
---
## Multitenancy
- Salesforce provides a core set of services to all our customers in the
multitenant cloud. No matter the size of your business, you get access to the same
computing power, data storage, and core features.
## Metadata
- Data about data
## APIs
- Allow different pieces of software to connect to each other and exchange
information.