i have two objects obj1,obj2. obj1 is parent for obj2,these 2 objects having three check box fields ch1,ch2,ch3. when am trying to make an update on Obj1 with the a condition i.e if any field ch1,ch2,ch3 are changed from True to False then only update obj2.Do not update when ch1,ch2,ch3 is changed from False to True. How to achieve this scenario.
Thanks in advance..