You need to sign in to do that
Don't have an account?

You don't have access to this record. Ask your administrator for help or to request access
When I click on button for record list to create a new record I am facing this error. This button works fine in classic.
I have given all necessary permission. Is there anyone who's facing this kind of same error?
I would suggest you refer below link.
https://help.salesforce.com/articleView?id=admin_insufficient_privileges_map.htm&type=0
https://admin.salesforce.com/how-to-deal-with-the-salesforce-insufficient-privileges-error
Best Regards,
Sandhya
How did you resolve this issue?
Dhrumit, were you able to resolve your issue? If yes, how? Thank you.
I had a similar problem , you can resolve it by giving additional privileges to your System Admin Profile.
I guess you might have written:----------> this.objectId = JSON.stringify(result);
Instead change it to :----------> this.objectId = result;
In the first case Id is passed in the form of String so it doesn't redirect to your object record page.
Note: Above change is in LWC .js
The issue in my case My Actual object name is dirrent then object name I was passing to APEX .
So please check the object name . Check if object has namespace . if object has namespace then pass object with namespace.