TOPICS
Salesforce Topics
Browse the structured topic library across admin, developer, architect, and cloud learning.
Discovery Layer
Move through curated Salesforce knowledge instead of scattered pages.
Use filters, connected records, and role-aware paths to keep discovery structured.
After-Save Flow
After-save flow is used when related record actions, asynchronous paths, or post-commit logic are required.
TopicsApex Basics
The programming fundamentals needed to write classes, methods, variables, queries, and controlled platform logic.
TopicsApex Triggers
Event-driven Apex entry points that run before or after database operations on records.
TopicsAppExchange Overview
AppExchange is the marketplace layer where teams evaluate managed packages, accelerators, and ecosystem tooling.
TopicsAssignment Rules
Assignment Rules route work to the right owner or queue with operational consistency at intake time.
TopicsAsynchronous Apex
The family of deferred execution patterns used for heavy processing, sequencing, and external communication.
TopicsAudit Trail
Audit Trail helps teams track configuration change activity and supports governance review when setup behavior changes unexpectedly.
TopicsBefore-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.
TopicsCase Management and Omni-Channel
The support delivery model that combines case ownership with intelligent routing and agent capacity handling.
TopicsCI/CD Concepts
CI/CD concepts bring validation, automation, and traceability into Salesforce release operations.
TopicsClasses and Methods
Classes and methods are the structural foundation for reusable Apex design, layering, and maintainable business logic.
TopicsCollections in Apex
Collections are fundamental to bulk-safe Apex because they shape query handling, grouping, deduplication, and orchestration.
TopicsCPQ Product Rules and Price Rules
The control layer behind valid configurations, commercial logic, and consistent quote output in CPQ.
TopicsCRUD and FLS in Apex
CRUD and FLS enforcement in Apex is essential for protecting user access boundaries inside custom code.
TopicsCustom Events in LWC
Custom events let child components communicate upward while keeping data flow explicit and maintainable.
TopicsCustom Metadata
Custom Metadata provides deployable configuration for logic that should move safely across environments and remain readable.
TopicsCustom Objects
Custom objects let teams model business processes that go beyond the core standard object set while staying inside platform governance.
TopicsData Loader
Data Loader supports more advanced import, export, update, upsert, and delete operations for Salesforce data work.