How to know the details about user licenses in salesforce org - Salesforce Globe For You
Solution: There are 2 ways to know the user licenses details
solution 1: Go to setup --> Company Settings --> Company Information --> click on User Licenses related list
Here you will be able to see the details
solution 2: Using SOQL query
select id,Name,LicenseDefinitionKey,MasterLabel,UsedLicensesLastUpdated,createddate from UserLicense
Output:
No comments:
Post a Comment