Files
Frends templates for files. File templates allow to perform common file and directory operations.
This template will retrieve an order file from a local file system or an SFTP server. It will perform the necessary mapping to Salesforce Order format, and transfer the mapped orders to Salesforce. Using this template, you can insert new orders to Salesforce.
This template assumes that the following prerequisites are in place:
This template is used to insert order data to Salesforce using Salesforce Order and Order Product objects. Other properties, such as activation, deactivation and deletion is not implemented in this template. Process variables include fields for Salesforce and SFTP credentials, file path and file name.
Error handling is not implemented in this template. However, if transient errors are expected, retries for reading the file, data transform and Salesforce insertion can be enabled from their tasks.
InServerAddress | IP address for the SFTP server. |
InServerUser | User for the input SFTP Server. |
InServerPassword 🗝 | Password the input SFTP Server. |
InFilePath | Full path of the input file to be read. |
InFileName | Name of the input file to be read. |
SalesforceBaseURL | The base URL for the Salesforce API. |
SalesforceAuthURL | The Authorisation URL for the Salesforce API. |
SalesforceUser | The User for Salesforce API. |
SalesforcePassword 🗝 | The Password for Salesforce API. |
SalesforceClientId | The client id for Salesforce API. |
SalesforceClientSecret 🗝 | The client secret for Salesforce API. |
SalesforceSecurityToken 🗝 | Security Token for Authorisation. |
Frends templates for files. File templates allow to perform common file and directory operations.
Frends templates for SFTP. SFTP is a standard network protocol used for transferring files over a network.