Assign Licenses
Overview
If your license for Reader Rx is for a set number of users (rather than a site license), then you will need to assign each user of Reader Rx a license. You can do this manually or by using Data Loader.
Assign Licenses Manually
- Go to
- Click “Manage Users” beside the row for Reader Rx
- Click the “Add Users” button
- Select the users whom you want to license from the “Available Users” list (which
is a list of all users)
- Click the “more” link at the bottom of the list to see more users
- If you want to filter the list of users, click the “Create a new view” link and define filters
- Once you have selected users, click the “Add” button to grant them licenses
Assign Licenses Using Data Loader
- Prepare a csv file with the following columns:
- User ID
- Package LIcense ID*
- Perform an Insert operation using Data Loader on the
UserPackageLicense
object and map the columns accordingly. For more, please review Insert, Update, or Delete Data Using Data Loader.
Tip:
As a best practice, perform a test import first on a test user
before doing the Insert on your entire list of users.
*How to find the Package License ID
- Navigate to Setup and type "Installed Packages" into the Quick Find box
- Click "Installed Packages"
- Click on the "Manage License" button
- Check the URL
- Find the part where it says something like
.../UserLicenses/0504P000000g0RB/...
The Package License ID will be the 15 -18 digit code that begins “050…”. This is your value for the Package License ID column for every row in the CSV file.