+ Start a Discussion
sultansultan 

Hi community how to run a Trigger in user mode?

Best Answer chosen by sultan
GauravGGauravG
You can move your trigger logic to a class using "with sharing" keyword which runs a class in user mode. Call this call from trigger.

https://developer.salesforce.com/forums/ForumsMain?id=906F0000000Ag6wIAC