Hi Guys,
I have a check box for Terms and Conditions to be accepted by the user.
This page is still running on NT6.
I validate the value of the check box (LOC:TCYN) and if not "Y", then I would set
LOC:Invalid = 'LOC:TCYN'
LOC:TCYN:IsInvalid = True
LOC:Alert = 'Please accept the general terms and conditions for the booking'
It used to work, but lately it is getting stuck with the Alert message,
even if you accept the T&C, the message keeps popping up, until the page is refreshed.
Any help will be appreciated!