Salesforce document says - If an extension extends a standard controller, the logic from the standard controller doesn’t execute in system mode
If i am using an extension extnding standard controller, will the entire logic run in user mode or just the one which is part of stndrd controller?
Suppose i am using account standard controller extended by an extension however i am doing dml on account child.... Will this dml be performed in user mode or system mode? Practical exmple says its user mode but document says system mode ( because this isn't part of account standard controller )
standard controller doesn’t execute in system modeand in lastdocument says system mode– Tushar Sharma Jun 18 '16 at 08:20