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

Batch Apex Run in User Mode
Hi
Is there any way to change the Batch Apex User Running mode? By default Batch Apex code executes in
System mode, now i need to change it to User mode,Is it possible.
If any one know please tell me.
Thanks
you can try "with sharing" key word while defining your class.
This will implement sharing rules.
If the batch is invoked from a with sharing class then it will run in user mode.