Skip to main content
Is it possible to get a report of users by license type ?  

 

I need a listing of which users are "Salesforce" versus which are "Salesforce Platform".

 

I've tried a custom field on the user object:  TEXT(Profile.UserType)  

 

     but that only returns the following values: CsnOnly; Guest; Standard

 

and based upon the counts the "Standard" includes both my Salesforce and my Salesforce Platform users.

 

How can I break that out separately so I know which users hold which license ?
21 Antworten
  1. 8. März 2013, 18:40
    I got it worked out....a custom formula field on the object that has this as the fomula:

     

    Profile.UserLicense.Name

     

    Thanks to @Nick_Whitney for replying to my tweet with this question !
0/9000