Questions tagged [access]
127 questions
0 votes
0 answers
26 views
How do I check from a SOQL query whether a permission set has access to an object like CampaignMember?
For reference, we have been trying to figure out whether a user has access to a given object type. The SOQL query we have been using currently looks something like SELECT PermissionsRead FROM ...
0 votes
0 answers
29 views
How to monitor and trigger email notifications when an unauthorized app access Salesforce org/API?
Is there a way to monitor and trigger email notifications when an unauthorized app accessing Salesforce org/API? For example, when a developer/user uses SF Inspector to do any API calls or query data ...
0 votes
0 answers
142 views
Integration User not able to access specific records on Event object
Our salesforce team is working with a different team to setup an Integration between Salesforce and Snowflake using Azure Data Factory. Below is the list of things we have done from Salesforce side. ...
2 votes
0 answers
149 views
User able to view Knowledge article regardless of OWD/Sharing
In my environment, OWD on Knowledge object is Private. The SME creates an article, published it; but the analyst user is able to view the published article, which is something we don't want to happen. ...
2 votes
0 answers
124 views
Issue with AccessLevel.USER_MODE in update DML
I am facing an issue with the below code when executing on anonymous window. Account acc = new Account(Name='AccName'); Database.Insert(acc); Database.insert(new Contact(LastName='last', firstName =' ...
0 votes
0 answers
64 views
Login As or similar
I have a set of users who are not admins but perform our UAT testing. They need to have the ability to "Login As" other users to check what the Sales users of various hierarchy levels are ...
0 votes
0 answers
132 views
Modify All Data - what access/capabilities does it enable
The question may look silly, but I cannot find it anywhere without looking at each Salesforce help article one by one. I know that this permission gives user full edit rights to all objects and fields,...
0 votes
1 answer
979 views
Error details: insufficient access rights on object id
I am facing insufficient access rights on object id while delete document from custom and corresponding contentDocument. @AuraEnabled(cacheable=false) public static void deleteFileRecord(String ...
0 votes
0 answers
254 views
How to grant access to a flow in a Managed Package
I'm developing a managed package and delivered a screen flow. I installed the package in a testing org and want to grant access to the flow. When I view the flow in the list and hit the dropdown ...
0 votes
1 answer
650 views
Access to Dashboard in salesforce
I have an existing dashboard which is the default home page for the org. Users with a specific profile are not able to refresh/run the dashboard and are facing the following error "We can't show ...
0 votes
1 answer
42 views
Why do I receive a gack Ids Please include this ErrorId if you contact support: 1816650657-166082 (-1712909162) when quering UserFieldAccess?
When I try to check user field access for certain fields, I receive two different gack Id errors sf data query -q "SELECT Id, IsAccessible, IsUpdatable FROM UserFieldAccess WHERE DurableId = '...
0 votes
1 answer
39 views
Is there are way to split users permissions between
Is this possible to control which users have access to which dialogs in one Einstein Bot? Is this possible to control which users have access to which bots? This article https://help.salesforce.com/s/...
2 votes
1 answer
2k views
How to make a screen flow available in a public digital experience page?
I've created a new experience from scratch (the LWR Build Your Own template), created a component that implements a screen flow, and added to the home page of the newly created site. The whole thing ...
0 votes
1 answer
271 views
What permission a user should have in order to change the territory in Opportunity manually?
I have a business user who is getting Read/Write access to opportunity via sharing rule, but he is not able to change the Territory value in Opportunity. User is getting the error - "insufficient ...
0 votes
1 answer
569 views
Unable To Access Sandbox from Production Account
I have a brand new Salesforce org and just created a few sandboxes for our dev team. However, none of them are able to login or reset the passwords to their sandboxes since they have never logged in. ...