2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As we are transferring data from a file stored in an FTP file to Salesforce, we need to find the correspondence between the fields from Salesforce and the fields in our file. The fields from Salesforce are defined by the selected table (for example Accounts). The fields in the file are defined by the user. Bear in mind that it is a good practice to keep the same nomenclature. In the example presented here we will use data from Salesforce's table Accounts. However, the user many define other cases, such as:

  • Salesforce Leads - FTP (CSV file)
  • Salesforce Accounts - FTP (CSV file)
  • Salesforce Contacts -  FTP (CSV file)
  • Salesforce Cases -  FTP (CSV file)
  • other cases defined by the user

The figure that appears below shows an example for the Accounts table from Salesforce. However, be aware that any other table from Salesforce could have been considered.

...