Newuser-SFDC-2.521.1200
Content
- Check SFDC User Account
- Newuser-SFDC plugin operations
- Newuser-SFDC plugin parameters
- Example of Json format
- Common errors in this plugin
- Example of the plugin in STU
1. Check SFDC User Account
- Login into Salesforce Development Account and go to My Developer Account.
(https://developer.salesforce.com) - Navigate to Setup.
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 | |
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.
Solution : Salesforce does not allow to delete the user account completely to you should deactivate the activated user account.
2. Duplicate
Solution : The new username has to be unique.