Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This function is one of Plugins Operation.You can find the movie in ARGOS RPA+ video tutorial.



Image RemovedImage Added

Newuser-SFDC

Author: Irene Cho

This plugin can create a new user account in salesforce.

Primary Features

You can create a new user account and assign a license

Prerequisite

Salesforce development account (Refer the simple-SFDC  wiki page to set the salesforce account
: https://wiki.argos-labs.com/display/RPARELNOTE/Simple+SFDC)



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,

Content

  1. Check SFDC User Account
  2. Newuser-SFDC plugin operations
  3. Newuser-SFDC plugin parameters
  4. Example of Json format
  5. Common errors in this plugin
  6. Example of the plugin in STU





Anchor
tip1
tip1

1. Check SFDC User Account


          

         Image RemovedImage Added       



Anchor
tip2
tip2


2. Newuser-SFDC plugin operations

Operations

Required parameters

Features

Create

Salesforce credentials, Newusername, lastname, email, alias, timezone, localkey, encoding, profileid

OR

Jsonfile

Create a new user account.

Select ProfileId

Salesforce credentials

(username,pwd, security token)

Give profile Id information.

Anchor
tip3
tip3



  3. Newuser-SFDC plugin parameters

Parameters

Example

Note

New username

john@sales.com (*email format)

Must be unique name.

Lastname

Smith


Email

john@sales.com


Alias

Smith (*str)

Short name to identify the user.

ProfileId

00e5w000002BaFVAA2

(*recommend standard user)

15 characters ID from the URL of the profile in the UI.

LocaleSidKey

en_US (default)

Locale

LanguageLocaleKey

en_US (default)

Language

EmailEncodingKey

UTF-8

Encoding

TimeZoneSidKey

America/Los_Angeles

Particular business hours entry to a time zone.

IsActive

False(default)

Assign a license to the new user.

Anchor
tip4
tip4



4. Example of Json format

Image RemovedImage Added

Anchor
tip5
tip5


5. Common errors in this plugin

 *Common Errors in SFDC Plugin.

1.‘License_Limit_Exceeded’ : It occurs when the number of licenses is exceeded.

Image RemovedImage Added

 (info) Solution : Salesforce does not allow to delete the user account completely to you should deactivate the activated user account.

Image RemovedImage Added




2. Duplicate

Image RemovedImage Added

(info) Solution : The new username has to be unique.

Anchor
tip6
tip6


6. Example of the plugin in STU

Image RemovedImage Added