I have a field visible
. I want to change this value based on the visible
current value, then update it to the new value.
E.g.
If visible == 0 change to 1
If visible == 1 change to 0
I have a field visible
. I want to change this value based on the visible
current value, then update it to the new value.
E.g.
If visible == 0 change to 1
If visible == 1 change to 0