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

how to create record without object access in salesforce apex class
how to create record without object access in salesforce apex class
User don't have any access to object, but he want to create record thourh VF page, how can i do this?
User don't have any access to object, but he want to create record thourh VF page, how can i do this?
You can get around this by using the "without sharing" keyword in Apex. However, I'd strongly suggest you either fix the user's profile settings or find another way to adhere to Salesforce's security practices instead.