Hi everyone,
In the case of boolean field, is there an advantage to use B) or it's plain useless if I want the thing false no matter what?
A) Change data value of [my_field] = false
B) If [my_field] is true - Change data value = False ---- else do nothing
Cheers
Solved! Go to Solution.
Hi Simon,
I would go for A. In both cases, the leads that had no change will show a line in their activity log instead of showing a value change, but at least, you will save the workload of testing.
This really matters if you have a huge volume though.
-Greg
Hi Simon,
I would go for A. In both cases, the leads that had no change will show a line in their activity log instead of showing a value change, but at least, you will save the workload of testing.
This really matters if you have a huge volume though.
-Greg
Merci Gregoire!
Bienvenu
-Greg