
I have a situation where if I update or change a value of a field , then I should enable another field( boolean) as false.
So if I have a field Address on a Sales Order Page , and whenever I try to change the value of that field , there is another field Address validated , it should turn uncheck or false.
Any suggestions would help, thanks.
Use an event subscription to the table OnAfterModify trigger. In that check review your field first and then update it if needed.