It looks like you're new here. Sign in or register to get started.
rec.boolean 2 := TRUE boolean1 := NOT rec.boolean2
Answers
the NOT Operator is a logical negation. See here:
https://docs.microsoft.com/en-us/dynamics-nav/c-al-operators
In that case u would get the opposite. So the Boolean value FALSE becomes TRUE, and TRUE becomes FALSE.
Example:
boolean1 -> FALSE