Salesforce Administrator Course
A structured Salesforce Administrator course covering the exam format, data model, security and sharing, automation, and reports and dashboards with linked practice questions.
Course progress
0 / 5
Back to courses
What you will learn
- Understand the Salesforce Administrator exam structure.
- Configure objects, fields, relationships, and page layouts.
- Manage profiles, permission sets, roles, and record sharing.
- Build validation rules, flows, approvals, and assignment rules.
- Create reports, dashboards, subscriptions, and deploy changes.
Before you start
- No prior certification is required.
- Basic Salesforce navigation experience is helpful.
- A free Developer Edition org is useful for practice.
Lesson 1 Understanding the Salesforce Administrator Exam
The Salesforce Administrator certification tests your ability to configure and maintain a Salesforce org. The exam covers org setup, object and field configuration, security and sharing, automation, and reports and dashboards. Questions use multiple-choice formats and scenario-based items. You should understand users, profiles, permission sets, roles, and record access. You should also know how to create custom objects, fields, relationships, record types, and page layouts. Automation topics include validation rules, workflow rules, Process Builder, and Flow. Reporting topics include report types, filters, folders, dashboards, and subscriptions. A good study plan moves from the data model to security, then automation, and finally reporting and deployment. Practice questions help you apply concepts to real scenarios. This course organizes the exam topics into five lessons and links to a practice bank so you can test your knowledge as you go.
Example
Example: An administrator uses profiles and permission sets to control what each user can see and do.Lesson 2 Objects, Fields, and Data Model
Salesforce stores data in objects, which are like database tables. Standard objects such as Account, Contact, and Opportunity come with Salesforce. Custom objects store data that is unique to your company. Fields are columns that hold values for each record, and a record is one row. Common field types include text, number, date, picklist, checkbox, and formula. Lookup relationships link records and allow an optional parent, while master-detail relationships make the parent required and control the child. Record types let different users see different picklist values and page layouts on the same object. Page layouts arrange fields, buttons, and related lists on a record page. List views provide saved filters that help users find records quickly. A clear data model makes reporting and automation easier and prevents duplicate or confusing data.
Example
Example: Create a custom Invoice object with a master-detail relationship to Account.Lesson 3 Security and Sharing
Security controls who can see and edit records, fields, and tabs. A profile defines a users baseline permissions and settings, and every user has one profile. Permission sets add extra permissions without changing the profile. Field-level security controls whether users can view or edit specific fields. Record access is determined by the sharing model, which combines organization-wide defaults, role hierarchy, sharing rules, and manual shares. Organization-wide defaults set the starting access level for each object. Roles create a hierarchy that can make records visible to managers. Sharing rules extend access to users or groups based on criteria. Public groups are reusable collections of users used in sharing and assignment. Queues hold records for teams, and ownership identifies who is responsible. Understanding these pieces helps you give users the right access without exposing too much data.
Example
Example: Use a sharing rule to give the Sales public group access to high-value accounts.Lesson 4 Automation
Automation reduces manual work and keeps records consistent. Validation rules block records that do not meet business requirements. Workflow rules can send email alerts, update fields, create tasks, and send outbound messages when records match criteria. Process Builder is a declarative automation tool that runs when records are created or edited. Flow is the current recommended automation tool and can include screens, logic, record updates, emails, and integrations. Approval processes route records through steps where approvers can approve or reject them. Assignment rules automatically assign leads and cases to users or queues. Time triggers schedule actions before or after a date field. Email alerts send configured emails, and scheduled flows run on a schedule. Good automation keeps processes consistent, reduces errors, and saves time for users. You should choose the simplest tool that meets the requirement.
Example
Example: Use a Flow to update the Account owner when a high-value lead is converted.Lesson 5 Reports, Dashboards, and Deployment
Reports and dashboards help users understand their data. A report displays filtered records from an object or related objects. Report types control which objects and records can appear. Tabular reports are simple lists, summary reports group rows with totals, and matrix reports group rows and columns. Joined reports combine multiple blocks of data. Report filters narrow the records included, and report folders control access. Dashboards visualize report data using components such as charts and tables. Dashboard subscriptions send snapshots by email on a schedule. Before changes go to production, administrators should test in a sandbox, which is a copy of the org. Deployment moves changes carefully from sandbox to production. You should also manage users, apps, and list views so the org stays organized. Good reporting and deployment practices make the org reliable and easy to use.