Import Guide
Learn how to prepare, map, validate, and import transportation data into FTM using Salesforce’s native Data Import Wizard.
Before You Import
Complete each item before running the Data Import Wizard. Skipping these steps is the most common cause of failed imports.
Correct Import Order for FTM Data
Each Load record references related records through lookup fields. Import parent records first or the Load import will fail.
Objects shown above (Carriers, Workers, Customers, Contacts, Fleet) must be imported before Loads.
Typical Import Process
Follow this sequence for every import. Skipping the test step is the most common cause of data quality problems.
Data Import Wizard Walkthrough
Follow these steps in order. Each step includes the expected outcome so you can confirm you are on track before proceeding.
.csv file with column headers that match FTM field names. The Import Wizard uses these header names for automatic mapping..csvTX not TexasM/D/YY H:MM (e.g. 4/3/19 8:00)92714 not 92714-1234Data Import WizardBulk Data Load Jobs in Quick Find, click the resultCommon Import Types
Key fields and preparation notes for the most frequently imported FTM objects.
Common Problems
Most import failures have one of these causes. Check the Bulk Data Load Jobs error log for row-level details when an import produces fewer records than expected.
M/D/YY H:MM for DateTime. Use two-letter state abbreviations. Remove dashes from zip codes. Standardize phone number format.Salesforce Trailhead Resources
Official Salesforce documentation for the tools used in this guide.
Recommended Import Practices
Follow these practices on every import to protect data quality and reduce the risk of errors that are difficult to reverse.
.csv (comma-separated values) file. CSV files can be created from Excel by using File → Save As → CSV. Column headers must match FTM field names. Keep the default character encoding (UTF-8) when uploading.