Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Lightning Platform Builder entry
How-to guide

Pick the right declarative builder for the task

The decision tree is straightforward: pick the builder that matches the use case. Most admin work fits one of the major builders cleanly.

By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated May 21, 2026

The decision tree is straightforward: pick the builder that matches the use case. Most admin work fits one of the major builders cleanly.

  1. Building a Lightning page layout

    Use Lightning App Builder. Setup, Lightning App Builder, New. Drop components, configure properties, save.

  2. Creating fields or relationships

    Use Object Manager. Setup, Object Manager, pick the object, add the new field or relationship.

  3. Building automation

    Use Flow Builder for everything new. Setup, Flow Builder, pick the trigger type, design the flow.

  4. Visualizing the data model

    Use Schema Builder for graph-based visualization. Setup, Schema Builder.

  5. Avoid Process Builder for new work

    Process Builder is on a deprecation path. Build new automation in Flow Builder.

  6. Search Setup if uncertain

    Quick Find in Setup surfaces every configuration node. Type the feature name to find the right tool.

Gotchas
  • Process Builder is on a deprecation path. New automation should use Flow Builder.
  • Workflow Rules were retired in 2026. Any new declarative rule belongs in Flow Builder, not Workflow Rules.
  • Object Manager and Schema Builder overlap. Object Manager is the authoritative source; Schema Builder is the visualization layer.
  • The Lightning Platform Builder umbrella term is fading. Use specific builder names in current documentation.

See the full Lightning Platform Builder entry

Lightning Platform Builder includes the definition, worked example, deep dive, related terms, and a quiz.