You need to sign in to do that
Don't have an account?
ganeshjujjuru
Run Trogger only once / first time only
how can i make trigger fires only once that is first time only . how can i do this..? can anybody help me...
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
how can i make trigger fires only once that is first time only . how can i do this..? can anybody help me...
http://www.salesforce.com/docs/developer/cookbook/Content/apex_controlling_recursive_triggers.htm
It basically is all about creating a boolean static variable and checking this variable everytime the trigger is about to run. The first time the trigger is run, you would have to change the static variable.
Regards,
Satish Kumar