You need to sign in to do that
Don't have an account?
Automatic update of Record
Hey Guys,
Here is the scenario.:
I have a record created in Custom Object with four fields say T1 ,T2,T3 & T4
now there is another record which gets created(Automatically) on some operation in same Custom Object.
What i want is that IF say second record has same value for Field T1 and T2 ,
then
In first Record T3 (Boolean Field) should be Checked and
In Second Record T4(Boolean Field) should be Checked
Can it be done Using validation Rule or Using Trigger.
Help Me with code
Thanks,
16
It seems it can be done with the Trigger. You have to put the trigger on "After insert." but need to create some condition to break the self loop.