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

trigger self reference error
Hi,
I have a scenario,that in account object there are two fields 1>status:checkbox
2>status range:process,final
i have wrote a trigger on on account object that when i checked the checkboxthe status range field shoud be complete otherwise incomplete. but if i try to update account records thetriggers are firing everytime. iwant to avoid it.how?
I have a scenario,that in account object there are two fields 1>status:checkbox
2>status range:process,final
i have wrote a trigger on on account object that when i checked the checkboxthe status range field shoud be complete otherwise incomplete. but if i try to update account records thetriggers are firing everytime. iwant to avoid it.how?
if(status){
status range='complete';
}
don't forget to deactivate the trigger.