Play Games

Search This Blog

Showing posts with label How to know the details about user licenses in salesforce org. Show all posts
Showing posts with label How to know the details about user licenses in salesforce org. Show all posts

Friday, April 8, 2022

How to know the details about user licenses in salesforce org - Salesforce Globe For You

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: