diff --git a/en/docs/reference/connectors/salesforce-connectors/sf-inbound-endpoint-reference-configuration.md b/en/docs/reference/connectors/salesforce-connectors/sf-inbound-endpoint-reference-configuration.md index 15a472086..625eb1e8a 100644 --- a/en/docs/reference/connectors/salesforce-connectors/sf-inbound-endpoint-reference-configuration.md +++ b/en/docs/reference/connectors/salesforce-connectors/sf-inbound-endpoint-reference-configuration.md @@ -7,84 +7,84 @@ The following configurations allow you to configure Salesforce Inbound Endpoint Parameter Description Required - Possible Values + Example Values Default Value - sequential - Whether the messages should be polled and injected sequentially. + interval + The polling interval for the Salesforce inbound endpoint. Yes - true , false - TRUE - - - replay - Enabling this will read the event ID stored in the Registry DB or from the text file stored in the local machine. - Yes - enable or disable - false - - - packageVersion - The version of the Salesforce API. - Yes - 37.0 + - - - salesforceObject + connection.salesforce.salesforceObject The name of the Push Topic or the Platform Event that is added to the Salesforce account. Yes - /topic/Account + /topic/Account - - loginEndpoint - The Endpoint of the Salesforce account. + connection.salesforce.packageVersion + The version of the Salesforce API. Yes - https://login.salesforce.com - https://login.salesforce.com + 37.0 + - - userName - The username for accessing the Salesforce account. + connection.salesforce.userName + Salesforce login user name. Yes - - - + - password - The password provided here is a concatenation of the user password and the security token provided by Salesforce. For more information, see Information on creating a security token in Salesforce + connection.salesforce.password + Salesforce login password. Yes - eitest123xxxxxxx + eitest123xxxxxxx - - waitTime - The time to wait to connect to the Salesforce account. + connection.salesforce.loginEndpoint + The Endpoint of the Salesforce account. Yes - 5000 - 5 * 1000 ms - + https://login.salesforce.com + https://login.salesforce.com + - connectionTimeout + connection.salesforce.soapApiVersion + The version of the Salesforce SOAP API. + No + 22.0 + 22.0 + + + connection.salesforce.connectionTimeout The time to wait to connect to the client. - Yes - 20000 - 20 * 1000 ms - + No + 20000 + 20000 + - soapApiVersion - The version of the Salesforce SOAP API. - Yes - 22.0 + connection.salesforce.waitTime + The time to wait to connect to the Salesforce account. + No + 5000 + 5000 + + + connection.salesforce.replay + Enabling this will read the event ID stored in the Registry or from the text file provided via the event ID file path. + No - + False - EventIDStoredFilePath - When replay is enabled, do not define any value for this property (i.e., keep it blank), to replay from the last event ID stored in the config Registry DB (property- name of the Salesforce object (follow the example below for more understanding) resource path - connector/salesforce/event). When replay is enabled, specify the directory path of a text file to start replaying from the event ID stored in it. + connection.salesforce.EventIDStoredFilePath + This field is visible only if replay is enabled. When enabled, specify the directory path of a text file to replay from the event ID stored in it, or leave it blank to replay from the last event ID stored in the config Registry DB. No - /home/kasun/Documents/SalesForceConnector/a.txt + /home/kasun/Documents/SalesForceConnector/a.txt - - - \ No newline at end of file + +