Loading

Bulk Assign Salesforce Maps Permission Set Licenses Using Data Loader

Data pubblicazione: May 29, 2026
Descrizione

When deploying Salesforce Maps to a large number of users, manually assigning Permission Set Licenses one by one is not practical. This article explains how to use Data Loader to bulk-assign Salesforce Maps Permission Set Licenses by inserting records into the PermissionSetLicenseAssign object — useful for initial rollouts or when onboarding a new team.

Risoluzione

There are two steps to Assign Salesforce Maps Permission Set Licenses. You’ll need to (1) determine the Permission Set License ID for Salesforce Maps in the appropriate organization, then (2) insert new Permission Set License Assignments for the appropriate Users.

Step 1:

Determine the Salesforce Maps Permission Set License ID for your organization. (Note: The Salesforce Maps Package must be installed in an organization before the Permission Set License will be available. Additionally, the Permission Set License ID for Salesforce Maps will be different for each organization where the Salesforce Maps Package is installed.)

  1. Launch Data Loader
  2. Click Export and login to your organization.
  3. Select the ‘Show All Salesforce Objects’ checkbox
  4. Select the object named 'Permission Set License (PermissionSetLicense)‘
  5. Export the DeveloperName and ID fields and use the resulting file to identify the ID for the Salesforce Maps Permission Set License. This ID will be used when preparing your file in the next step.

Step 2:

To assign Permission Set licenses, you will create a new record in the PermissionSetLicenseAssign object for each User to be assigned a license. Create a CSV file that contains the following fields:

  • PermissionSetLicenseId - The ID of the Salesforce Maps Permission Set License to be assigned (determined in Step 1)
  • AssigneeId - The ID of the User to which the Permission Set License will be assigned


Once this is saved as a CSV (comma delimited) file, use Data Loader to insert the records:
 

  1. Launch Data Loader
  2. Click Insert and login to your organization
  3. Select the 'Show All Salesforce Objects' checkbox
  4. Select the object named 'Permission Set License Assignment (PermissionSetLicenseAssign)'
  5. Browse to find the CSV file saved above
  6. Click Next and OK
  7. Map the fields in the CSV file
  8. After Mapping the fields click Finish

Once this process is complete, your users will be assigned the Permission Set License.

Numero articolo Knowledge

000380785

 
Caricamento
Salesforce Help | Article