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

is it possible to execute triggers in devoloper console?
is it possible to execute triggers in devoloper console?how? need to execute anonoumous code or can we directly executes it?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
is it possible to execute triggers in devoloper console?how? need to execute anonoumous code or can we directly executes it?
Something like
update [SELECT Id FROM Account LIMIT 1];
All Answers
I dont think Triggers can be executed directly in Developer console.
You might have to run the anonymous code in such a way that will let the Trigger get fired.
Something like
update [SELECT Id FROM Account LIMIT 1];