Skip to main content

Questions tagged [field-level-security]

Each Field within an Object has it's own CRUD (Create, Read, Update and Delete) security permissions applied to it. Field level security settings can make the security applied to a field more restrictive for a User's Profile beyond what Object level security would on it's own, but cannot make the security less restrictive.

3 votes
1 answer
54 views

I’m preparing a managed package for Salesforce Security Review that includes multiple Batch Apex classes. The batches read large data sets (SOQL) and perform updates/inserts across several standard ...
Sk_Dev's user avatar
  • 119
0 votes
0 answers
54 views

I have an in issue in a Summer 25 full sandbox and production on Service Cloud. I get the following error when I try to create a new Complaint. I click on the reservation item lookup and enter an ...
alex Quezada-Rosales's user avatar
1 vote
1 answer
63 views

I'm trying to build a report with standard "Opportunities with products" type. In the list of field, I can't find my custom lookup field on OpportunityLineItem (relation OpportunityLineItem ...
LioLioFlo's user avatar
0 votes
0 answers
40 views

I recently updated all of the DML methods in our package to check FLS to pass the security scanner, but I am concerned it will break most of our customers. Our SOQL queries frequently retrieve every ...
29espoa's user avatar
  • 65
0 votes
1 answer
157 views

Apparently I had not tested this in a Spring'25 preview sandbox, but since we got Spring'25 on our production org, the Apex classes that use Account Plans cannot be compiled anymore. I checked the ...
Sander de Jong's user avatar
0 votes
1 answer
45 views

As i need to delete one Meeting Record created in 2020, but unable to delete since i am receiving this error. "Meeting - Speaker Meeting is locked and cannot be deleted". Please find the ...
Rudraswamy 's user avatar
1 vote
1 answer
251 views

I have a custom object that a user accesses frequently. Recently I received a report that this user was able to see too much fields, much more than usual. I checked the permissions of this user. He ...
Emmanuel_M's user avatar
5 votes
1 answer
236 views

Currently, there are at least four ways I am aware of to check/enforce Field Access while running Apex: Calling sobject_name.field_name.getDescribe().isUpdateable(); Example: Account.Description....
zanstaszek9's user avatar
2 votes
1 answer
408 views

Im hitting a strange error when running the salesforce code analyzer DFA report - sf scanner run dfa --format csv --outfile CodeAnalyzerDFA.csv --target ./ --projectdir ./ --category Security Scanner ...
ravent's user avatar
  • 67
-1 votes
1 answer
2k views

I have a field in field section in a lightning record page. I have set that field Read-Only in UI behaviour. But in UI, it is still editable. Could Someone help me with this?
sarah's user avatar
  • 47
0 votes
0 answers
78 views

I am facing an issue. 2 Custom objects Job(master) and Candidate (child). Job - parent (OWD private) (Custom Profile permission - Read permission only) Candidate - Child (OWD Controlled by parent) (...
Rashmi Shankhpal's user avatar
0 votes
1 answer
62 views

I have a Recruiter profile Which has field level permission for "Assigned Owner Field" is given only Visible Persmisson.But when a user Logins who is assigned Recruiter Profile is able to ...
AdityaSD's user avatar
-1 votes
1 answer
59 views

I have a field that will only be edited when the process is finished, but the record owned by a person A and will be edited by a person B. I tryed a lot of things, but not work. I can’t change de owd. ...
Even CaSi's user avatar
0 votes
1 answer
227 views

If I am creating a new Contact record in apex, will the following code be sufficient for FLS/CRUD requirements in a security review, or will I need to check .isCreateable() for each field individually ...
lhh13's user avatar
  • 51
0 votes
1 answer
104 views

I am trying to validate the OWD for an object that is Public/Read Write without Read permission at the object level for a specific profile user. To validate the results I created a new profile by ...
indrasen neelam's user avatar

15 30 50 per page
1
2 3 4 5
14