dc dotCreds
Reference guide

Salesforce Certified Administrator Course Notes

Study Salesforce Certified Administrator section notes, then jump straight into the guided course or related practice questions without losing your place.

Continue CourseStart PracticePDF downloads available in Pro.
Checking access

Checking Pro access...

Looking for your active Pro access before showing Course Notes. This usually takes just a moment.

Course Notes preview

Unlock Pro for the full per-exam reference guide.

Preview one piece from each section. Pro includes every Course Notes section, summary, key point, common mistake, exam tip, related-question review, and PDF export.

Includes full Course Mode and Course Notes.

Section 1Configuration and Setup (15%)Preview
More in this section
  • 11 more key points in Pro version
  • 5 more common mistakes in Pro version
  • 5 more exam tips in Pro version
  • 27 more related questions in Pro version

Summary

Think in layers. Company/user settings define scope and display; authentication and session controls govern login; profiles and permission sets govern capabilities; organization-wide defaults and sharing mechanisms govern record access. High-yield distinctions include freeze versus deactivate, Field History versus Setup Audit Trail, minimum-profile plus permission-set design, and standard versus custom fiscal years.

Key Points

  • Separate organization-wide settings from user-specific settings. A user's locale and time zone can change display behavior without changing the org default.

Common Mistakes

  • Changing an organization-wide setting when only one user's locale or time zone must change.

Exam Tips

  • Always identify the scope of the requested change before choosing a Setup setting.
Section 2Object Manager and Lightning App Builder (15%)Preview
More in this section
  • 5 more key points in Pro version
  • 4 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 27 more related questions in Pro version

Summary

Design the data model from lifecycle and user-experience requirements. Lookup is loose; master-detail is dependent and enables native roll-up summaries. Separate schema-level field requirements from page-layout presentation, and separate record types/business processes from page layouts, Lightning App Builder, and action context.

Key Points

  • Objects store records; fields store attributes; relationships connect records across objects.

Common Mistakes

  • Choosing master-detail merely because two objects are related, without checking ownership, deletion, and lifecycle dependency.

Exam Tips

  • Choose relationships from business lifecycle and security requirements, not from naming conventions.
Section 3Sales and Marketing Applications (10%)Preview
More in this section
  • 5 more key points in Pro version
  • 4 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 17 more related questions in Pro version

Summary

Know the sales lifecycle and the configuration layer that owns each behavior: Lead assignment and conversion, Opportunity stages and sales processes, Path guidance, products/price books, forecasting, territories, and Campaign Members. Do not use marketing constructs to solve Opportunity lifecycle requirements or role hierarchy to substitute for territory design.

Key Points

  • Leads represent prospective people/companies that have not yet been qualified into the organization's main sales records.

Common Mistakes

  • Treating a Lead as an Opportunity or assuming conversion always follows the same record-creation path.

Exam Tips

  • Do not say every lead automatically becomes an opportunity; conversion behavior is configurable/user-selected.
Section 4Service and Support Applications (10%)Preview
More in this section
  • 3 more key points in Pro version
  • 4 more common mistakes in Pro version
  • 1 more exam tips in Pro version
  • 17 more related questions in Pro version

Summary

Case administration is primarily an intake, ownership, routing, service-level, collaboration, and resolution problem. Distinguish queues from assignment rules, assignment from escalation, auto-response from routing, Case Teams from ownership, Email-to-Case from Web-to-Case, and Knowledge publishing from case ownership.

Key Points

  • Cases track customer issues through intake, ownership, status, priority, and resolution.

Common Mistakes

  • Using Escalation Rules for initial ownership or Assignment Rules for SLA aging.

Exam Tips

  • Queues hold work; assignment rules route work.
Section 5Productivity and Collaboration (10%)Preview
More in this section
  • 7 more key points in Pro version
  • 4 more common mistakes in Pro version
  • 3 more exam tips in Pro version
  • 17 more related questions in Pro version

Summary

Use the feature that matches the user workflow: Tasks for due work, Events for scheduled time, Chatter following for feed updates, compact layouts for mobile highlights, Lightning App Builder for conditional/mobile presentation, and package lifecycle/security review for AppExchange or AgentExchange solutions.

Key Points

  • Tasks represent work/to-do items with a due date and completion state. Events represent scheduled calendar time with start/end or duration.

Common Mistakes

  • Creating Events for due-date work that should be a Task.

Exam Tips

  • Scheduled start/duration = Event.
Section 6Data and Analytics Management (17%)Preview
More in this section
  • 9 more key points in Pro version
  • 5 more common mistakes in Pro version
  • 4 more exam tips in Pro version
  • 31 more related questions in Pro version

Summary

Start with the data operation and scale, then protect quality and interpret analytics through access. Know Data Import Wizard versus Data Loader, External IDs, formula-field import behavior, duplicate controls and Merge, custom report type row universes, row-level versus summary formulas, folder access versus record access, and static versus dynamic dashboard visibility.

Key Points

  • Choose the data tool by object support, volume, operation type, automation requirement, repeatability, and need for success/error output.

Common Mistakes

  • Using Data Import Wizard for large unattended recurring loads or Data Loader when a simple supported sub-50k one-time import is enough.

Exam Tips

  • Tool choice = volume + object + operation + automation.
Section 7Automation (15%)Preview
More in this section
  • 5 more key points in Pro version
  • 5 more common mistakes in Pro version
  • 2 more exam tips in Pro version
  • 27 more related questions in Pro version

Summary

Choose automation by trigger, timing, interaction, and need for a formal human decision. Prefer purpose-built assignment/response/escalation mechanisms for narrow routing problems; use Flow for orchestration. For Flow, know before-save versus after-save, scheduled paths, transition criteria, debug/fault handling, bulk behavior, execution context, and formal Approval Process semantics.

Key Points

  • Prefer the simplest purpose-built declarative mechanism that fully meets the requirement; do not default every automation scenario to Flow.

Common Mistakes

  • Choosing Flow automatically when a narrow native assignment, auto-response, or escalation feature already owns the requirement.

Exam Tips

  • Match the narrowest tool to the job.
Section 8Agentforce (8%)Preview
More in this section
  • 3 more key points in Pro version
  • 4 more common mistakes in Pro version
  • 1 more exam tips in Pro version
  • 13 more related questions in Pro version

Summary

Agentforce administration is bounded configuration, not unrestricted AI access. Topics/subagents define jobs, instructions shape behavior, actions and permissions define what the agent can do, grounding defines approved knowledge, and versions/testing provide operational control. Simulate before Live Test when side effects matter, and use traces to diagnose routing, variables, actions, and latency.

Key Points

  • Agentforce agents perform bounded conversational work using configured topics/subagents, instructions, actions, variables/context, and authorized data.

Common Mistakes

  • Giving the agent broad data or action access because a prompt says not to misuse it.

Exam Tips

  • Never treat prompt instructions as a security boundary.