Skip to main content

How to Get Standard Object and Field Descriptions in Salesforce

Β· 6 min read
Nicolas Despres
Senior Program Architect at Salesforce

Want to access Salesforce standard object and field descriptions without digging through Setup?

There's a better way! After every Salesforce release, the SF Explorer team runs a script that parses the official documentation and publishes an npm package: @sf-explorer/salesforce-object-reference.

πŸ“Š Visual Overview​

Here's how the SF Explorer ecosystem provides Salesforce metadata to different users:

🎯 The Challenge​

As Salesforce developers and administrators, we often need quick access to standard object and field descriptions. But navigating through Setup or hunting through the official documentation can be time-consuming and inefficient.

That's why we built a comprehensive ecosystem of tools to make this information readily accessibleβ€”whether you're a user, developer, or administrator.

πŸš€ Solutions for Every Use Case​

1. πŸ“– For Users: Lightning-Fast Documentation Browser​

If you just want to browse the documentation with a really fast interface, check out:

πŸ”— https://sf-explorer.github.io/sf-doc-to-json/

This web interface provides instant access to all standard object and field descriptions with:

  • ⚑ Lightning-fast search
  • 🎨 Clean, intuitive UI
  • πŸ“± Responsive design
  • πŸ” Comprehensive metadata coverage

2. πŸ’» For Developers: NPM Package​

If you're building an application that needs programmatic access to Salesforce metadata, you can consume the npm package directly:

npm install @sf-explorer/salesforce-object-reference

Benefits:

  • πŸ“¦ Easy integration into your applications
  • πŸ”„ Updated with each Salesforce release
  • 🎯 Type-safe access to metadata
  • πŸš€ No API calls required

3. πŸ”§ For Admins: Chrome Extension​

If you're an administrator who wants to add descriptions directly within Setup, install our Chrome extension that enhances your Setup experience:

πŸ”— SF Explorer Advanced Setup

This extension:

  • ✨ Enriches Setup with field descriptions
  • πŸ“ Shows documentation inline
  • 🎯 Improves productivity
  • πŸ’‘ Makes configuration easier

4. πŸ“Š For Architects: ERD Diagrams​

If you need Entity Relationship Diagrams (ERDs) by cloud with DrawIO charts:

πŸ”— SF Explorer Diagrams

Features:

  • πŸ—ΊοΈ Cloud-specific ERDs
  • πŸ“ DrawIO format for easy editing
  • πŸ”— Visual relationship mapping
  • πŸ“₯ Export capabilities

5. 🌐 For Your Org: Custom Data Dictionary​

And finally, if you want a complete data dictionary with objects and fields specific to your org, just connect to SF Explorer:

πŸ”— app.sf-explorer.com

Get:

  • πŸ“š Complete org metadata
  • 🎨 Custom object documentation
  • πŸ” Search across all metadata
  • πŸ“Š Relationship visualization
  • πŸ“ Data dictionary exports

πŸ’° All Free, Most Open Source!​

The best part? All of these tools are completely free, and most are open source!

We believe in giving back to the Salesforce community by:

  • πŸ†“ Providing free access to all tools
  • 🌐 Open-sourcing the code
  • πŸ”„ Keeping documentation up-to-date
  • 🀝 Building for the community

πŸ› οΈ How It Works​

Behind the scenes, here's what happens:

  1. After each Salesforce release, our automated scripts parse the official Salesforce documentation
  2. We extract all standard object and field metadata including descriptions, data types, and relationships
  3. The data is published as an npm package (@sf-explorer/salesforce-object-reference)
  4. All our tools and interfaces consume this package to provide consistent, up-to-date information

🎯 Choose Your Path​

Depending on your role and needs, pick the solution that works best for you:

RoleUse CaseSolution
πŸ‘€ UserBrowse documentationWeb Interface
πŸ’» DeveloperBuild applicationsNPM Package
πŸ”§ AdminEnhance SetupChrome Extension
πŸ“Š ArchitectCreate ERDsDiagrams
🌐 AnyOrg-specific docsSF Explorer

πŸš€ Get Started Today​

No matter which solution you choose, you'll have access to comprehensive Salesforce metadata documentation without the hassle of navigating through Setup or parsing official docs.

Try out the tools that fit your workflow and let us know what you think!

🀝 Join the Community​

Have feedback or suggestions? We'd love to hear from you:

  • ⭐ Star our repositories on GitHub
  • πŸ› Report issues or request features
  • πŸ’‘ Contribute to the open-source projects
  • πŸ“’ Share with your Salesforce colleagues

Making Salesforce metadata accessible to everyone, one tool at a time. πŸš€