- Overview
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- Amazon Textract
- Box
- Release notes
- About the Box activity package
- Fix XAML After Package Update
- Project compatibility
- Setup
- Technical references
- Box Scope
- Commit Session
- Create File Version Session
- Create Upload Session
- Upload Part
- Delete Old Version
- Get Versions
- Promote Version
- Upload File Version
- Copy File
- Delete File
- Download File
- Get File Comments
- Get File Info
- Get File Info Details
- Get File Lock Info
- Lock File
- Move File
- Unlock File
- Upload File
- Copy Folder
- Create Folder
- Delete Folder
- Get Folder Info
- Get Folder Items
- Rename Folder
- Search For Content
- Execute Method
- Cognitive
- DocuSign
- Release notes
- About the DocuSign activity package
- Project compatibility
- Setup
- DocuSign Scope
- Invoke DocuSign Operation
- Create Envelope
- Create Envelope And Send
- Create Envelope From Template
- Create Envelope Recipients
- Get Document
- Get Documents
- Get Envelope
- Get Form Data
- Send Envelope
- Update Envelope
- List Attachments
- List Custom Fields
- List Documents
- List Envelope Status Changes
- List Recipients
- Create Bulk Send List
- Create Bulk Send Request
- Get Bulk Send List
- Get Bulk Send Lists
- Create Template Custom Fields
- Create Template Recipients
- Get Template
- List Templates
- Google Vision
- Jira
- Release notes
- About the Jira activity package
- Project compatibility
- Setup
- Jira Scope
- Execute Method
- Add Attachment
- Delete Attachment
- Download Attachment
- Get Attachments
- Add Comment
- Delete Comment
- Get Comments
- Create Component
- Delete Component
- Get Components
- Search Dashboards
- Create Filter
- Get Filters
- Create Issue Link
- Delete Issue Link
- Get Issue Link Types
- Get Issue Links
- Add Watcher
- Assign Issue
- Clone Issue
- Create Issue
- Delete Issue
- Get Issue
- Get Watchers
- Remove Watcher
- Search Issues Using JQL
- Transition Issue
- Update Issue
- Create Project
- Delete Project
- Get Project Types
- Get Projects
- Update Project
- Get Transitions
- Create User
- Delete User
- Find Users
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics Finance and Operations
- Microsoft Translator
- Microsoft Vision
- Oracle Integration Cloud
- Oracle NetSuite
- Salesforce
- Release notes
- About the Salesforce activity package
- Project compatibility
- Setup
- Quickstart
- Salesforce Application Scope
- Create Bulk API Job
- Get Bulk API Job
- Get Bulk API Job Results
- Start or Abort Bulk API Job
- Assign File
- Download File
- Upload File
- Composite Request
- Delete Record
- Get List View Records
- Get Record
- Insert Record
- Update Record
- Upsert Record
- Execute Report
- Execute SOQL
- Format Column Names
- Format Labels And Values
- Lightning REST API Request
- Search
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- Release notes
- About the Smartsheet activity package
- Project compatibility
- Setup
- Technical references
- Quickstart: Working With Rows
- Smartsheet Application Scope
- Attach File
- Attach URL
- Delete Attachment
- Get Attachment
- List Attachments
- Add Comment
- Delete Comment
- Get Comment
- List Discussions
- Copy Folder
- Create Folder
- Delete Folder
- Get Folder
- List Folders
- Add Group Members
- Get Group
- List Groups
- Remove Group Member
- Get Report
- List Reports
- Add Rows
- Copy Rows
- Create Discussion on Row
- Delete Rows
- Get Row
- List Rows
- Move Rows
- Update Rows
- Copy Sheet
- Create Sheet
- Create Sheet From Template
- Download Sheet
- Get Sheet
- List Sheets
- Update Sheet
- Add User
- Get User
- List Users
- Remove User
- Copy Workspace
- Create Workspace
- List Workspaces
- Import Sheet From CSV / XLSX
- Invoke Smartsheet Operation
- Search Activity
- Send Via Email
- Share Object
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
Salesforce Application Scope
UiPath.Salesforce.Activities.SalesforceApplicationScope
Establishes a connection to a specified Salesforce Org and provides a scope for all subsequent activities. The Configure button in the body of the activity opens a connection wizard that helps you establish your connection to your Salesforce Org.
Once all of the connection details are inserted into their respective fields, the Test Connection button becomes available.
Clicking Test Connections verifies the validity of the credentials you have entered and informs you of the result. This connection is used only for design time, as once the connection is verified, you can start configuring all child activities in their respective wizards.
Assignment Rule Header
-
Sforce-Auto-Assign - The request header applied when creating or updating accounts, cases, or leads. This field accepts Boolean and unique identifiers values. You can input the following values:
- TRUE - Active assignment rules are applied for created or updated accounts, cases, or leads.
- FALSE - Active assignment rules are not applied for created or updated accounts, cases, or leads.
- AssignmentRule ID - The specified assignment rule is applied for created accounts, cases, or leads.
- No value - The REST API header uses the active assignment rules.
Common
- DisplayName - The display name of the activity.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
New Connection
- ConsumerKey - The consumer key of your Salesforce Connected App. This field supports only strings and
String
variables. - ConsumerSecret - The consumer Secret of your Salesforce Connected App, stored in a
SecureString
variable. This field supports onlySecureString
variables. - Password - The password of the user you want to log in with, stored in a
SecureString
variable. This field supports onlySecureString
variables. - SecurityToken - The security token of the user whose credentials are used to log into Salesforce, stored in a
SecureString
variable. This field supports onlySecureString
variables. This property is optional, depending on the settings of your Salesforce Org. - Server - The server instance you want to connect to. The three supported values for this field are Live (https://login.salesforce.com), Test (https://test.salesforce.com), and Custom. This field supports only strings and
String
variables. - CustomServer - The custom Salesforce instance to connect to when Server is set to Custom. Used when logging in via the standard domain https://login.salesforce.com or https://test.salesforce.com is restricted.
Example:
https://mycompany.my.salesforce.com/
- Username - The username you want to use to log into Salesforce. This field supports only strings and
String
variables.
Proxy Settings
- ProxyAddress - The address of the proxy server. If the protocol is not specified in the address, it automatically defaults to
http
. This field supports only strings andString
variables. - ProxyPort - The port of the proxy server. This field supports only strings and
String
variables. - ProxyUser - The username to submit to the proxy server for authentication. This field is optional. This field supports only strings
and
String
variables. -
ProxyUserPassword - The password of the proxy user. This field is optional. This field supports only SecureStrings and
SecureString
variables.Important: The ConsumerSecret and SecurityToken are encrypted by using the Microsoft .NET Data Protection API (DPAPI) and stored in the workflow file itself. These can be decrypted only by opening the workflow on the same user account and on the same machine. If the workflow is opened by another user or on another machine, an error message appears, and the two properties must be reconfigured.
Options
- ReportApiErrorAsException - When selected, API error responses are reported in Salesforce Exception by all child activities that use this application
scope. When cleared, the child activity populates the API error message in the
SalesforceStatus
output property and workflow execution continues. Check theSalesforceStatus
property to confirm successful execution.
Output
-
SalesforceConnection - The details of the connection to Salesforce, stored in an
IConnectionService
object. This object can be passed to subsequent Salesforce Application Scope activities in the ExistingSalesforceConnection property to easily reuse the same connection. This field supports onlyIConnectionService
objects.Note: AnIConnectionService
object is reusable only in scope activities that are contained inside the parent scope it is generated in.
Use Existing Connection
- ExistingSalesforceConnection - An already established connection to Salesforce, stored in an
IConnectionService
object, which you want to reuse for this scope activity. TheIConnectionService
object can be obtained from the SalesforceConnection property of a parent Salesforce Application Scope activity. This field supports onlyIConnectionService
objects.