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

Governor Limits

Governor limits shape every serious Apex design decision because they define how shared runtime resources can be used safely.

Topics

Guest User Security Basics

Guest user security requires especially careful design because external public access can expose weak assumptions quickly.

Topics

HTTP Callouts

HTTP callouts connect Salesforce to external services and must be designed for authentication, error handling, retries, and observability.

Topics

Imperative Apex in LWC

Imperative Apex is useful in LWC when execution timing must be explicit or the interaction does not fit reactive patterns.

Topics

Junction Objects

Junction objects model many-to-many relationships and reveal whether a data design is truly normalized for Salesforce use.

Topics

Knowledge Overview

Knowledge supports article lifecycle, self-service deflection, and agent enablement through trusted reusable answers.

Topics

Large Data Volumes and Selective Queries

The performance mindset for working with large record counts and keeping queries efficient enough for scale.

Topics

Lead Conversion

Lead conversion is the handoff point where demand becomes account, contact, opportunity, and long-term commercial context.

Topics

Lead to Opportunity Process

The commercial journey from demand capture to qualified pipeline inside Sales Cloud.

Topics

Lightning Record Pages

Lightning Record Pages shape what users see, where actions live, and how page-level context supports execution.

Topics

Lightning Web Components Overview

The architectural basics behind component structure, lifecycle, communication, and Salesforce data access in LWC.

Topics

Login History

Login History is often the first place to investigate access incidents, suspicious sign-in behavior, or user connectivity issues.

Topics

Lookup Relationship

Lookup relationships connect records without full lifecycle dependency, making them useful for flexible business associations.

Topics

LWC Architecture

LWC architecture is about component boundaries, reactive data flow, event handling, and clean separation between UI and services.

Topics

LWC Data Access Patterns

How Lightning Data Service, UI API, @wire, and imperative Apex should be chosen for different user interface needs.

Topics

Managed vs Unmanaged Packages

Managed and unmanaged packages have very different implications for upgrade control, support, and extensibility.

Topics

Manual Sharing

Manual sharing is useful for case-by-case collaboration but should not become the hidden backbone of a security design.

Topics

Master-Detail Relationship

Master-detail relationships create stronger parent-child dependency with inherited ownership and roll-up behavior.