Update Account

Estimated reading: 4 minutes 1624 views

This activity helps the user to update the specified account ID in the salesforce. 

Properties

Configuration

Each activity requires a connection with Salesforce authentication. Once you select the respective project name where Salesforce has been authenticated, the activity will automatically retrieve the available connections for that project.

Below are the properties available after the project has been integrated:

Salesforce: *This parameter indicates the account name associated with the integration.

INPUT

Account ID: *Specify account ID against where the account details need to be retrieved. It offers multiple ways to choose the account ID:
1. Browse Option: When selecting the dropdown option, it will automatically list the accounts available for the connected salesforce account. The user must manually select the account each time when using this option.
2. Three-Line Menu: Clicking on the “Three lines” icon will open a context menu with the following two options.
a. Force Refresh: Refreshes the selected account.
b. Clear Values: It will clear the account ID chosen and allows you to choose another account. 
c. Use Variable: Allows you to provide the “Account ID” as a variable in “String” format. You can either hardcode the values as a string or use a variable of the “String” datatype.

Account Name: This parameter specifies to provide a unique name for the account to be updated. It accepts values in “String” datatype. 

Account Number: Specifies the custom and user defined external number to update the account. It accepts values in “String” datatype. 

Account Type: Specifies to select the type of account such as “Customer, prospect or partner” to be updated. It accepts values in “String” datatype. 

a. Customer
b. Prospect
c. Partner

Phone: This parameter specifies to provide the phone number for the account being updated. It accepts values in “String” datatype.

Website: Specifies to provide the website belonging to the account being updated. It accepts values in “String” datatype. 

MISC

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

Manage Properties

Use this option to select and customize the standard fields to update the account. The configured properties will appear in the activity’s properties panel, allowing you to provide the necessary input.  

OPTIONS

Account Owner ID: Specifies to provide the account owner ID to update the account. It accepts values in “String” datatype. 

Account source: Specifies to choose the referral source from which the account/company was received, such as Web, Phone, Twitter etc. It accepts values in “String” datatype.

Billing City: Specifies to provide the city to which account would be billed. It accepts values in “String” datatype. 

Billing Country: Specifies to provide the country to which account would be billed. It accepts values in “String” datatype. 

Billing postal code: Specifies to provide the postal code of the city to which the account would be billed. It accepts values in “String” datatype.

Description: Specifies to provide additional information of the account being updated. It accepts values in “String” datatype.

Employees: Specifies to provide the number of employees for the account being updated. It accepts values in “Int64” datatype.

Shipping city: Specifies to provide the city associated with the account’s shipping address. It accepts values in “String” datatype. 

Shipping Country: Specifies to provide the country associated with the account’s shipping address. It accepts values in “String” datatype.

Shipping Postal Code: Specifies to provide the postal code associated with the account’s shipping address. It accepts values in “String” datatype.

OUTPUT

Account: It helps to view the details of the account updated, curated by custom class of Salesforce API. Click here to know how to view the output.

ID: It helps to return the unique identifier of the account created in salesforce in “String” datatype.

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

* Represents mandatory fields to execute the workflow.

Share this Doc

Update Account

Or copy link

CONTENTS