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





1. Check SFDC User Account


          

                


  • You can check all users in this page.



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.



  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.



4. Example of Json format


5. Common errors in this plugin

 *Common Errors in SFDC Plugin.

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

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


  • Click the ‘Edit’ which you want to deactivate in Users Setup page.
  • Unselect the Active status.



2. Duplicate

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


6. Example of the plugin in STU


Right Text Bubble

  • Operations: Choose Operations
  • : Required parameters  for ‘Create’ operation.

Left Text Bubble

  • Select Items
  • : Salesforce username, password and security token.