In the Winter ’21 release for Salesforce CPQ and Advanced Approvals, users are required to have Permission Set Licenses (PSLs) assigned in order to interact with Salesforce CPQ or Advanced Approvals related objects. The Managed Package Licenses (MPLs) change to a site license.
With MPLs, admins were able to view license assignments in a summary view and report on them; however, PSL assignments are not available for reports. If an admin wishes to see a list of PSL assignments for Salesforce CPQ or Advanced Approvals, they can do so by either going to the license record and viewing assignees or by executing SOQL queries in the Developer Console Query Editor.
To view CPQ or AA License assignments, follow this path:
Buttons at the top of the page also allow admins to Add Assignments or Remove Assignments from the license record. Admins are welcome to copy and paste the following SOQL queries into the Developer Console to view a list of PSL assignments for each package:
Salesforce CPQ
Select Assignee.Id, Assignee.Name, PermissionSetLicense.MasterLabel from PermissionSetLicenseAssign
Where PermissionSetLicense.MasterLabel in ('Salesforce CPQ License')
Advanced Approvals
Select Assignee.Id, Assignee.Name, PermissionSetLicense.MasterLabel from PermissionSetLicenseAssign
Where PermissionSetLicense.MasterLabel in ('Salesforce CPQ AA License')
NOTES:
000390806

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.