-
How to apply Security of logged in user on Apex & VF in Salesforce page
Hello Everyone !
While going through manuals, it was mentioned Many times that apex classes will not consider security of logged in user but it will run in system mode and we should add custom controller extension to apply security of logged in user .
At the same time it is mentioned that every class has the value with sharing, which means that sharing keyword will apply security of logged in user
what is correct ? does apex classes apply security of logged in user ????
Log In to reply.