2 Minute Migration Mastery
Apps to Grab Salesforce Field API Names FAST
Interested in testing a pre-release of the Salesforce community’s first-ever Data Migration course?
Sign up below to secure a spot.
How to Insert Accounts into Salesforce Using Data Loader
Why grabbing field API names matters
Field API names are essential when building field maps, integrations, or running data migrations in Salesforce. When you need to grab Salesforce field API names quickly, copying them one-by-one from Object Manager can be painfully slow. Using the right tools to extract field API names saves hours and reduces mapping errors when connecting systems or designing data loads.
Watch the video on YouTube!
Watch last week’s 2 Minute Mastery on The Secret to Perfect Field Mapping.
Table of Contents
Quick wins: free Chrome add-ins that do the heavy lifting
My go-to tools are the free Chrome extensions Salesforce TurboKit and Inspector Reloaded. They give instant access to field API names and even dump full record data without jumping into Setup for each field.
How to use TurboKit or Inspector to see field API names
- Install Salesforce TurboKit or Inspector Reloaded from the Chrome Web Store.
- Log into Salesforce and open any record for the object you’re working with.
- With TurboKit, click the lightning bolt icon, choose Objects, then click Show Fields API Names. With Inspector, open the blue flyout, select Objects, then click Show Fields API Names.
- The page will display field labels alongside their API names, letting you copy-and-paste directly into your map.
Show all data: a faster way to find the exact fields you need
The even better feature is Show All Data. From a record, open the extension and click Show All Data. Instead of only the fields visible on the page layout, you’ll see every field on the object—label, API name, type, and that record’s value.
This view is searchable and sortable across four columns, which makes it incredibly quick to locate a field by label, API name, type, or current value and add it to your mapping spreadsheet.
Extract everything to Excel: Field Dumper (Field Dump)
If you need a formatted spreadsheet of fields across many objects, the Field Dumper app (sometimes called Field Dump) generates an Excel workbook showing field-level metadata for chosen objects.
Steps to export fields to Excel with Field Dumper
- Install Field Dumper from AppExchange or the App Launcher if your org already has it.
- Open the App Launcher and find the Field Dump tab.
- Select one or more objects and click Add to move them into the Selected Objects list.
- Click the button to Dump Objects to Excel.
- Open the downloaded workbook—each object you included gets its own tab listing field labels, API names, types, and other metadata.
This gives you a nicely formatted reference to speed up mapping and documentation work.
Honorable mention: do it with native Salesforce reporting (no app required)
If you prefer not to install anything, you can extract field metadata using the Salesforce UI and reports. It takes a few Setup steps but produces an exportable report of field labels and API names.
Steps to create a field metadata report
- In Setup, create a new Custom Report Type with primary object Entity Definitions.
- Add Field Definitions as the related object (object A to B relationship).
- Mark the report type as Deployed.
- Create a new report using the custom report type you made. Set the date filter to All Time.
- Add the relevant fields to the report and group by the label on the Entity Definitions object. Display the label from Field Definitions as well.
- Run the report and export to Excel.
The exported file contains field labels and API names without installing any third-party tools.
Tips and best practices
- Pick one approach and stick with it for consistency across projects—extensions for quick lookups, Field Dumper for large exports, or the report method when apps are not allowed.
- Be mindful of permissions: users need access to the metadata and records to see all fields or use these apps.
- Document the source: note whether an API name came from a record dump, Field Dumper, or a report so you can reproduce it later.
- For mapping across systems: consider using external IDs to avoid messy VLOOKUPs in Excel when loading related records.
Wrap up
Manually hunting down Salesforce field API names in the Object Manager is a waste of time. Install TurboKit or Inspector Reloaded for quick, in-context lookups, use Field Dumper when you need full Excel exports, or build the custom report when apps are off the table. Each method helps you create maps faster and with fewer errors.
Up next: a practical guide to using external IDs so you can skip VLOOKUPs and streamline data loads.
FAQ
Why do I need field API names in Salesforce?
Field API names are what Salesforce actually uses behind the scenes for integrations, formulas, and Data Loader mapping. Using them instead of labels makes auto-matching faster and reduces mapping mistakes during data migrations.
What’s the fastest way to see field API names on a record page?
Free Chrome extensions like Salesforce TurboKit and Salesforce Inspector Reloaded let you instantly display field labels and API names side-by-side without going into Setup.
What’s the difference between “Show Fields API Names” and “Show All Data”?
- Show Fields API Names displays API names next to visible fields on the page layout.
- Show All Data shows every field on the object — including hidden ones — along with label, API name, data type, and value. This is ideal when building detailed migration maps.
How do I export field metadata to Excel?
Use Field Dumper (Field Dump) to generate a structured Excel workbook with field labels, API names, data types, and other metadata for selected objects. It’s perfect for large documentation or multi-object migrations.
What if I’m not allowed to install Chrome extensions or apps?
You can create a custom report using Entity Definitions and Field Definitions in Setup. This native approach allows you to export field labels and API names without third-party tools.
Which method should I choose?
- Use Chrome extensions for quick, in-context lookups.
- Use Field Dumper for bulk metadata exports.
- Use the custom report method if app installations are restricted.
The key is consistency across your projects.