TOPICS

Salesforce Topics

Browse the structured topic library across admin, developer, architect, and cloud learning.

Concept Library Interview Relevance Role Mapped

Discovery Layer

Move through curated Salesforce knowledge instead of scattered pages.

Use filters, connected records, and role-aware paths to keep discovery structured.

109 Total results
14 Domains
7 Clouds

109 results in this section

Browse connected Salesforce content by domain, cloud, and topic depth.

Topics

After-Save Flow

After-save flow is used when related record actions, asynchronous paths, or post-commit logic are required.

Topics

Apex Basics

The programming fundamentals needed to write classes, methods, variables, queries, and controlled platform logic.

Topics

Apex Triggers

Event-driven Apex entry points that run before or after database operations on records.

Topics

AppExchange Overview

AppExchange is the marketplace layer where teams evaluate managed packages, accelerators, and ecosystem tooling.

Topics

Assignment Rules

Assignment Rules route work to the right owner or queue with operational consistency at intake time.

Topics

Asynchronous Apex

The family of deferred execution patterns used for heavy processing, sequencing, and external communication.

Topics

Audit Trail

Audit Trail helps teams track configuration change activity and supports governance review when setup behavior changes unexpectedly.

Topics

Before-Save Flow

Before-save flow is optimized for fast field updates before the record commits and should be used when its constraints match the need.

Topics

Case Management and Omni-Channel

The support delivery model that combines case ownership with intelligent routing and agent capacity handling.

Topics

CI/CD Concepts

CI/CD concepts bring validation, automation, and traceability into Salesforce release operations.

Topics

Classes and Methods

Classes and methods are the structural foundation for reusable Apex design, layering, and maintainable business logic.

Topics

Collections in Apex

Collections are fundamental to bulk-safe Apex because they shape query handling, grouping, deduplication, and orchestration.

Topics

CPQ Product Rules and Price Rules

The control layer behind valid configurations, commercial logic, and consistent quote output in CPQ.

Topics

CRUD and FLS in Apex

CRUD and FLS enforcement in Apex is essential for protecting user access boundaries inside custom code.

Topics

Custom Events in LWC

Custom events let child components communicate upward while keeping data flow explicit and maintainable.

Topics

Custom Metadata

Custom Metadata provides deployable configuration for logic that should move safely across environments and remain readable.

Topics

Custom Objects

Custom objects let teams model business processes that go beyond the core standard object set while staying inside platform governance.

Topics

Data Loader

Data Loader supports more advanced import, export, update, upsert, and delete operations for Salesforce data work.