Upload Financial Account Data Using Data Loader
Add data about individuals’ financial accounts using Data Loader.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions |
-
In Data Loader, export the Charges and Fees object to a CSV file. We recommend that
you:
- Export the data to a new CSV file.
- Use the file name charge_fee.csv.
- Choose Select all fields when creating your SOQL query.
- In the resulting charge_fee.csv file, delete the Id, IsDeleted, CreatedDate, CreatedById, LastModifiedDate ,LastModifiedById, SystemModStamp, LastActivityDate, LastViewedDate, and LastReferencedDate columns.
-
In the charge_fee.csv file, enter your data for Charges and Fees
records.
Note As records are created the value of OwnerID defaults to your user ID. To assign another team member as owner, set the OwnerID to the person’s user ID. - In Data Loader, use Insert and identify that you are updating the Charges and Fee object with the data from your updated charge_fee.csv file. Then choose Create or Edit a Map and select Auto-Match Fields to Columns. Upload your data.
- In Data Loader, use the Export option to download the content or the Charges and Fees object. Call the exported file loaded_charge_fee.csv. You use this file to identify the ID of charges and feeds items related to Financial Accounts.
- In your org, create an initial financial account record for each type of financial account, associated with any client: investment account, bank account, and insurance policy. On one of the financial accounts, designate the client as a joint owner.
-
In Data Loader, export the FinancialAccount object to a CSV file. We recomment that
you:
- Export the data to a new CSV file.
- Use the file name financialaccount.csv.
- Choose Select all fields when creating your SOQL query.
- In the resulting financialaccount.csv file, delete the Id, CreatedDate, CreatedById, LastModifiedDate ,LastModifiedById, SystemModStamp, LastActivityDate, LastViewedDate, LastReferencedDate, and FinServHousehold__c columns.
-
In the financialaccount.csv file, enter the rest of your financial
account data.
We recommend that you use the loaded_charge_fee.csv to determine the ID of Charges and Fees items and add that ID to the
fscwmmain__FinancialAccountChargesAndFees__ccolumn. In the client_contact.csv file that you exported during client data upload, copy the values from theAccountIdcolumn and paste them into theFinServPrimaryOwner__ccolumn. For any jointly owned financial account, make sure that you enter the correctFinServJointOwner__cvalue from theAccountIdcolumn in the client_contact.csv file. Ensure that you enter the correct value forFinServOwnership__c, using the valid ownership values retrieved in your initial export of financial account data. - In Data Loader, use Insert and identify that you are updating the Financial Accounts object with the data from your updated financialaccount.csv file. Then choose Create or Edit a Map and select Auto-Match Fields to Columns. Upload your data.
- In your org, check for the new financial account records to verify your upload.
- In Data Loader, export the FinancialAccount object to a CSV file. Choose the file name loaded_financial_accounts.csv. This export file is used later to relate cards, billing statements, financial account transactions, and financial holdings to financial accounts.
-
If you have card data to upload:
- In Data Loader, export the Card object to a CSV file.
- Export the data to a new CSV file.
- Use the file name card.csv.
- Choose Select all fields when creating your SOQL query.
- In the resulting card.csv file, delete the Id, CreatedById, LastModifiedDate ,LastModifiedById, SystemModStamp, LastActivityDate, LastViewedDate, and LastReferencedDate columns.
-
In the card.csv file, enter your data for Card records.
To add the relevant references, update
fscwmmain__AccountHolder__cwith the card owner’s accountID, which you can look up in the client_contact.csv file. Then, updatefscwmmain__FinancialAccount__cwith the financial account’s ID, which you can look up in the loaded_financial_accounts.csv file. - In Data Loader, use Insert and identify that you are updating the Card object with the data from your updated card.csv file. Then choose Create or Edit a Map and select Auto-Match Fields to Columns. Upload your data.
- In your org, check for the new card records to verify your upload.
-
If you have billing statements to upload:
- In Data Loader, export the Billing Statement object to a CSV file.
- Export the data to a new CSV file.
- Use the file name statement.csv.
- Choose Select all fields when creating your SOQL query.
- In the resulting statement.csv file, delete the Id, IsDeleted, CreatedDate, CreatedById, LastModifiedDate ,LastModifiedById, SystemModStamp, LastActivityDate, LastViewedDate, and LastReferencedDate columns.
-
In the statement.csv file, enter your data for billing
statement records.
To add the relevant references, update fscwmmain__FinancialAccount__c with the financial account’s ID, which you can look up in the loaded_financial_accounts.csv file.
- In Data Loader, use Insert and identify that you are updating the Billing Statement object with the data from your updated statement.csv file. Then choose Create or Edit a Map and select Auto-Match Fields to Columns. Upload your data.
- In your org, check for the statement records to verify your upload.
-
If you have financial account transactions to upload:
- In Data Loader, export the Billing Statement object to a new CSV file using the file name loaded_statements.csv. This export file is used to find the details needed to relate financial account transactions to billing statements.
- In Data Loader, export the Financial Account Transaction object to a CSV file.
- Export the data to a new CSV file.
- Use the file name transactions.csv.
- Choose Select all fields when creating your SOQL query.
- In the resulting transactions.csv file, delete the Id, OwnerID, IsDeleted, CreatedDate, CreatedById, LastModifiedDate ,LastModifiedById, SystemModStamp, LastActivityDate, LastViewedDate, and LastReferencedDate columns.
-
In the transactions.csv file, enter your data for account
transactions records.
To add the relevant references, update
fscwmmain__FinancialAccount__cwith the ID of the financial account the transaction is for and ook up financial account’s ID in the loaded_financial_accounts.csv file. Next, updatefscwmmain__BillingStatements__cwith the ID of the statement the transaction appears on and look up the statement ID in the loaded_statements.csv file. Then, updateOwnerIDwith the user ID of the team member who owns the transaction. - In Data Loader, use Insert and identify that you are updating the Financial Account Transaction object with the data from your updated transactions.csv file. Then choose Create or Edit a Map and select Auto-Match Fields to Columns. Upload your data.
- In your org, check for the transaction records to verify your upload.
Did this article solve your issue?
Let us know so we can improve!

