Skip to main content

Salesforce Input

Description

Salesforce Input is a step in the Input Plugin for Process Studio Workflows. The SalesForce Input step reads data directly from SalesForce using the SalesForce Web Service. The following sections describe each of the available features for configuring the SalesForce Input step.

Configurations

No.Field NameDescription
1Step nameSpecify the name of this step in the workflow workspace.
2SalesForce Webservice URLSpecify the URL to the SalesForce Webservice.

**Note:**This URL is dependent on the API version you are using.

3UsernameSpecify Username for authenticating to Salesforce (i.e. myname@automationedge.com)
4PasswordSpecify Password for authenticating to Salesforce. Enter your password followed by your security token. If your password is 'PASSWORD' and your security token is 'TOKEN', enter 'PASSWORDTOKEN' in this field.
5ModuleSelect the module you wish to retrieve data from.

Note: This list will be populated upon successfully authenticating to Salesforce using the Test Connection button.

6Query ConditionEnter any query filters you wish to apply. For example, 'fieldname=myvalue AND fieldname2=myvalue2...'

Note that you do NOT need to include WHERE in your condition statement and variables are supported for this field.

Content Tab
1Include URL in Output?Enable to add a field to the output containing the URL used to retrieve the data.
2Include Module in output?Enable to add a field to the output containing the module from which the data was retrieved.
3Include SQL in output?Enable to add a field to the output containing the SQL used to generate the result set.
4Include timestamp in output?Enable to add a field to the output containing the timestamp for when the record was retrieved.
5Include Rownum in output?Enable to add a field to the output containing a row number for each record retrieved.
6Time outConfigure the timeout interval in milliseconds before the step times out.
7LimitConfigure the maximum number of records to retrieve.

Note: Setting this to '0' means there will be no limit placed on the number of records that can be retrieved.

Fields Tab:
1NameSpecify the field name for Name.
2FieldSpecify the field name for field in the Salesforce table.
3IsIdLookup?Enable checkbox if it Is it a lookup Id column in Salesforce.
4TypeSpecify the field name for data type to convert to.
5FormatSpecify the field name for the format or conversion mask to use in the data type conversion.
6LengthSpecify the field name for the length of the output data type.
7PrecisionSpecify the field name for the precision of the output data type.
8CurrencySpecify the field name for the currency symbol to use during data type conversion.
9DecimalSpecify the field name for the numeric decimal symbol to use during data type conversion.
10GroupSpecify the field name for the numeric grouping symbol to use during data type conversion.
11Trim typeSpecify the field name for the type of trimming to use during data type conversion.
12RepeatRepeat the column value of the previous row if the column value is empty (null).