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.
Governor Limits
Governor limits shape every serious Apex design decision because they define how shared runtime resources can be used safely.
TopicsGuest User Security Basics
Guest user security requires especially careful design because external public access can expose weak assumptions quickly.
TopicsHTTP Callouts
HTTP callouts connect Salesforce to external services and must be designed for authentication, error handling, retries, and observability.
TopicsImperative Apex in LWC
Imperative Apex is useful in LWC when execution timing must be explicit or the interaction does not fit reactive patterns.
TopicsJunction Objects
Junction objects model many-to-many relationships and reveal whether a data design is truly normalized for Salesforce use.
TopicsKnowledge Overview
Knowledge supports article lifecycle, self-service deflection, and agent enablement through trusted reusable answers.
TopicsLarge Data Volumes and Selective Queries
The performance mindset for working with large record counts and keeping queries efficient enough for scale.
TopicsLead Conversion
Lead conversion is the handoff point where demand becomes account, contact, opportunity, and long-term commercial context.
TopicsLead to Opportunity Process
The commercial journey from demand capture to qualified pipeline inside Sales Cloud.
TopicsLightning Record Pages
Lightning Record Pages shape what users see, where actions live, and how page-level context supports execution.
TopicsLightning Web Components Overview
The architectural basics behind component structure, lifecycle, communication, and Salesforce data access in LWC.
TopicsLogin History
Login History is often the first place to investigate access incidents, suspicious sign-in behavior, or user connectivity issues.
TopicsLookup Relationship
Lookup relationships connect records without full lifecycle dependency, making them useful for flexible business associations.
TopicsLWC Architecture
LWC architecture is about component boundaries, reactive data flow, event handling, and clean separation between UI and services.
TopicsLWC Data Access Patterns
How Lightning Data Service, UI API, @wire, and imperative Apex should be chosen for different user interface needs.
TopicsManaged vs Unmanaged Packages
Managed and unmanaged packages have very different implications for upgrade control, support, and extensibility.
TopicsManual Sharing
Manual sharing is useful for case-by-case collaboration but should not become the hidden backbone of a security design.
TopicsMaster-Detail Relationship
Master-detail relationships create stronger parent-child dependency with inherited ownership and roll-up behavior.