You need to sign in to do that
Don't have an account?
Siddhesh Chavan
CRUD/FLS Enforcement Error in Security Review
Hi,
I was submitted my managed package application for security review but it got rejected by giving
CRUD/FLS Enforcement error. Can any one tell me with example how can i resolve this issue, so i can move further for next procedure.
Thanks,
I was submitted my managed package application for security review but it got rejected by giving
CRUD/FLS Enforcement error. Can any one tell me with example how can i resolve this issue, so i can move further for next procedure.
Thanks,
This is common or simply error...
In your package or component whatever Object or field you are using or accessing, you should check if those are available to the loggedin current user or not..
You should use isAccsessible() to check if that object and field is accessible to that user or not...
if you are doing nay DML then also we should check if that user is having permission of DML on that specific object or for field..
please check and let me kboiw if it helps you..
Thanks,
Sandeep