Just wondering why the default condition value does not change even when I assign it to true in the working storage section.
class-id Validator.
working-storage section.
01 #Title string value "Entry Error" static.
01 validData condition-value value true.
01 #Title string value "Entry Error" static.
01 validData condition-value value true.
I have also tried 01 ValidData type System.Boolean value true.
I am trying to set this value to true when I validate my user textbox entries and only then, when the data is invalid set it to false.