Skip to main content

#User Licenses토론 중인 항목 1개

I want to give user Platform Starter license but user license in dropdown shows only Salesforce Platform. If I assign Salesforce Platform license, how would I know if the user have Salesforce Platform Starter or Salesforce Platform Plus license?

 

#Salesforce Admin #Sales Cloud #User Licenses #Salesforce #Salesforce Developer

답변 3개
  1. 7월 10일 오후 4:43

    For anyone asking this question in the future:

     

    Use Salesforce Inspector or Workbench to query:

    SELECT Id, Name, LicenseDefinitionKey FROM UserLicense WHERE Name = 'Salesforce Platform'

       

    It will return the License Definition Key, which you can compare against the list found here: 

    https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm

     

    AUL: corresponds to the Salesforce Platform user license

    AUL1: corresponds to the Salesforce Platform One user license 

     

    I'm assuming here that Salesforce Platform One is the same as Salesforce Platform Plus. Information about the LicenseDefinitionKey for Salesforce Platform Plus is seemingly nonexistent, so take this with a grain of salt. 

     

    Don't trust google search AI, it will return information relevant to the Lightning Platform - One App license (1 app, 10 custom objects), which is incorrect. That license has a definition key of FDC_ONE.

0/9000
0/9000
Dale Wang (Accenture) 님이 #Sales Cloud에 질문했습니다

I would like to query the number of used Customer Community License in my org using the following query:

SELECT id,MasterLabel,Name,Status,TotalLicenses,UsedLicenses,UsedLicensesLastUpdated FROM UserLicense

However for some reason the result from DevConsole returns 0 (see attached userLicense-query-result.PNG) while it is shown clearly as a non-zero number in Company information (see attached company-info.PNG)

 

Does anyone know what might be the issue? This is also an issue when querying on workbench and other tools like Salesforce Inspector.

 

Besides, it doesn't look like a problem with other licenses.

 

#Salesforce #Sales Cloud #User Licenses #Community Cloud

답변 4개
  1. 2024년 11월 20일 오전 11:27

    We are getting the result when we Query in Workbench, Salesforce Inspector, Query Editor in Developer Console and running the Query in Anonymous window. But when we run the Query inside a Schedulable class, it returns 0

0/9000

Hi,

 

I am trying to create a custom report to see our remaining user licenses. I have got this far but am unsure how to add a field for the remaining licenses.

 

Any advice please!

Ty,

Remaining user license report question

 

TH.png

 

#Reports & Dashboards  #User Licenses

답변 4개
  1. 2024년 9월 4일 오전 11:03

    Hi Amber,

     

    User License object have multiple fields but you can setup report only 7 fields.

    Hi Amber, User License object have multiple fields but you can setup report only 7 fields.But there is few fields we can query but can not add in report like usedlicense.But there is few fields we can query but can not add in report like usedlicense. 

    Select Id,Name,Status,TotalLicenses,UsedLicenses from UserLicense

    For getting the remaining license you need to do some manual works.

    remaining license = TotalLicenses - UsedLicenses 

    We have also same requirement and we have multiple org so we create different functionalty for this like below. 

     

    ds (6).png

0/9000

Does anyone know how to change a Salesforce User to a "Chatter Free" User? Understand there was a piece 9 years ago (Capacity to change Existing User Licence to Chatter Free | IdeaExchange (salesforce.com)) but just wondering whether there has been any update.

 

Even if I create a new user record, the user would still asks me to transfer the files, history activities that the deactivated user has. Don't know how to.

 

#Trailhead Challenges  #User Licenses

답변 3개
  1. 2024년 3월 13일 오후 11:53

    Hi @Lambert Lai,

     

    Hope you are doing well.

     

    I am from the Trailhead help team. May I request you please let us know if this is part of any Trailhead module/project that you are working on so that we can understand better and can help you further.

     

    If this is related to any Trailhead badge, kindly share the URL of the Trailhead so that we can assist further.

     

    Kind Regards,

    Nagendra Babu Pilli

    Trailblazer Help.

0/9000

The Trailhead challenge requires me to create two users but the playground will only allow me to create one.

 

I get this error when verifying a step:  We can't find the user Alek Wozniak.

답변 9개
  1. 2024년 1월 21일 오전 1:32

    Hi. You were required to change your user details (i.e you the Admin's)  First Name, Last Name, Alias, Nickname, Title, Company, Role as outlined to Ian Ilin. This is described in the first challenge of the project - Create and Customize Products

     

    1. From Setup, enter Users in Quick Find, and then select Users.
    2. On the All Users screen, find your username (current System Administrator), click Edit, and enter these details 

    Your license will be assigned to Ian Ilin (which is still you) and you can assign Alek Wozniak the other license.

0/9000
답변 6개
  1. 2022년 9월 12일 오후 5:09

    Dakota, yes, the license can be used standalone. However, with all due respect to your AE, the other information is not correct in my experience. Users with this license can definitely run reports and access data in up to 10 custom objects.

     

    @Jon Mervis - part of the "restriction" of the Service Cloud RUL is that it's only to be used in conjunction with NCCM. In other words, while it gives access to some Service Cloud features, I believe it'd be a violation of the RUL if it was just used as a cheaper way to give users access to Service Cloud features. There are/were partner Q&A docs around this RUL which I'm guessing you should have access to.

0/9000

Hello all. I looked at a user's login history and didn't see anything. When I reached out to the user and asked if they still needed their Salesforce access they said they logged in the previous day. Would there be a reason why nothing would be showing up in a user's login history when they have been using the sytem?

 

#User Licenses  #User Management  #Login  #Sales Cloud

답변 1개
0/9000

Hi everyone,

 

We're plannig to hire someone and his job will be to create leads, We're running low on full license, can we use other license for this uuse only or should we use full license to create leads ?

 

Thanks in advance

 

Yann

 

#User Licenses  #Licenses

답변 3개
  1. 2021년 10월 28일 오전 11:25

    You may also consider using other means. For example if the person is just doing lead data entry and the lead assignments are already set up to go to users or a queue, then create a special web to lead form. The form can contain any fields needed on the lead including user to be assigned. 

     

    Another option is to use experience licenses, such as a partner portal license. You can grant access to certain objects. However there are license minimum quantities. So the savings may not be the best, unless you can use the quantity required. 

     

    Lastly you can create an online google sheet connected to zappier to enter the leads in quantity, with no additional licenses at all. 

     

    Hope this helps. 

    Pete

0/9000