Saturday, February 10, 2018

Field Dumper: Easily export your Salesforce fields to Excel

Salesforce allowed us to view all fields from an object in a glance, including Field Label, Field Name (API Name), Data Type, Controlling Field, and Indexed. However, sometimes we just need to extract it for different purposes:
- Documentation
- Audit
- To compare all formula
- To get help text for each field
- To export from many objects
- etc.

With Field Dumper, a free tool available in AppExchange, admin can easily export Salesforce Data Model to Excel. Produce an Excel document that lists out your data model - showing field level information for your Salesforce objects. Supports extract of multiple custom and standard objects to one workbook.

This tool works for both Classic and Lightning Experience UI.


The excel file produces may contain multiple tabs, one tab for one object, each tab will have following info:
- API Name
- Label
- Type
- Is Custom
- Is External ID
- Is Unique
- Is Formula
- Is Required
- Dependent Picklist
- Length
- Formula Text
- Help Text
- Picklist Values


Type: Managed Package; AppExchange

Paid/Free: free

Publisher: POP

Installation: https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EJg2hUAD

Version: 1.2.0


Blog last updated: 10 February 2018


No comments:

Post a Comment