User management
Do you remember how Dr. Frankenstein created his monster? Just like him, we will create our first user (don’t worry; it will be much less macabre than in the novel). During your work in this ecosystem, you will often encounter requests to create a new user. When setting up a new user, the request should include certain significant elements such as the following:
- First/last name
- Email address
- Username
- License
- Profile
These elements are extremely important; without them, users can’t be created and in the later stage access the system. Creating a new user can be compared to setting up your own account in a new online store. Just as there, you need to provide details such as first/last name, email address, and phone number. Often, systems also ask for a username.
And here, let’s pause for a moment. I want to draw your attention to one important element. In Salesforce, your username must be unique, meaning it can’...