Questions tagged [userlicense]
The userlicense tag has no summary.
101 questions
2 votes
0 answers
23 views
LICENSE_LIMIT_EXCEEDED during unit test
While I haven't been able to find a documentation link, I've always understood that Salesforce doesn't enforce User License Limits during unit tests. I now have a test that is failing due to hitting ...
1 vote
1 answer
291 views
Can't access Salesforce Maps at all
I can't access the Salesforce maps at all I found a similar thread here: I am getting issue in Salesforce Maps License issue in Salesforce and tried to follow, but unfortunately, in my case I can't ...
0 votes
0 answers
98 views
Platform Event and Salesforce Platform Licence
As any one of you successfully subscribed to a outbound platform event from Salesforce with a "Salesforce Platform" Licence? Today I needs to create a new Platform Event for our middleware ...
0 votes
0 answers
169 views
How to get a UsedLicences count for login-based Digital Experience licenses?
When I query the UserLicense object using: select Id, Name, Status, LicenseDefinitionKey, UsedLicenses, TotalLicenses from UserLicense where Id in ... I get this result: where the UsedLicences count ...
1 vote
1 answer
230 views
Method to mass update User Service Cloud?
We are doing a transition from Service Cloud to Platform License for hundreds of users, and the approach of manually updating one user at a time via UI would be painfully slow. When we've explored ...
1 vote
1 answer
600 views
Does Salesforce impose a limit on the number of user licenses (salesforce or salesforce platform) an organization can purchase?
Does Salesforce impose a limit on the number of user licenses (salesforce or salesforce platform) an organization can purchase? is there any fix number or there is no limit. Can we purchase a large ...
1 vote
2 answers
1k views
Authenticate connected app with Salesforce Integration User
We are installing a package that has an integration to an external system. The external system requires authentication with a connected app. We don't want to tie the authentication/integration to a ...
0 votes
1 answer
217 views
How to get OEM Embedded licenses for new users of new SF org
I am SF Partner and I have managed package (second-gen) without security review. I made contract to deliver my managed package to subscriber who did not have SF before. He needs 10 licenses in order ...
-1 votes
1 answer
561 views
Manually delete GroupMember Record
Would I be shooting myself in the foot if I manually deleted a single record from the GroupMember object that links an inactive user to a queue? Is there something that happens when you do it via the ...
1 vote
2 answers
278 views
Can I manage "custom users" via a ReactJS app using custom APIs instead of paying up for individual standard User licenses and Lightning UI?
I am trying to understand if an approach I would like to take is allowed in the world of Salesforce. I am looking to build an app with ReactJS as the frontend and Salesforce as the backend. There is ...
0 votes
1 answer
83 views
Are there ‘light’ users that don’t need a license?
I’m salesforce crm is there the concept of a light user? Like in jira I’ve got users and customers, I have to license users but any customer can email in a question then participate in their specific ...
0 votes
0 answers
27 views
License - assignment date [duplicate]
Every few months we analyze how many of our users have a Salesforce license assigned and the utilization. Is there a SOQL query that will tell me the date the Salesforce license was assigned to the ...
2 votes
1 answer
234 views
How Managed Package license is counted
I want to know how managed package licenses work for the user who does not have license assigned. My questions are - Will the user be able to access an object from the package in any way through UI ...
1 vote
3 answers
1k views
Unable to use Restriction Rules on Financial Service Cloud?
I have created a trial org with Financial Service Cloud. I am not able to see the permission required for creating Restriction Rules Following is permission Name "View Setup & Configuration ...
1 vote
0 answers
181 views
How can I create a user with Authenticated Website License?
I've been reading about SF External users licenses. One of them is Authenticated Website License. I can't find it anywhere in my org. The documentation says that the license is available in Salesforce ...