preset the value of a checkbox to true
I'm working on a request where it would be beneficial to preset some of the checkbox values when the request offering first loads. My current configuration requires me to switch the value once before it hides the correct field. I've looked at all of the options in GUI.
Is there an easy way to do this?
Thanks in advance.
Best Answer
-
David_Morris1 Member Advanced IT Monkey ✭✭✭there is a current feature request for pre-population of data on service requests (i'll try and find it to link) but as a bit of a work around for the issue your seeing with your advance request offering would be to change the logic of when the fields hide
i.e
Show when true when X = True
Show when false when X <> True
Show when true when X <> False
Show when false when X = False
all produce the same outcome against a checkbox but swapping them around will cause the GUI to act differently when the request form is first opened5
Answers
i.e
Show when true when X = True
Show when false when X <> True
Show when true when X <> False
Show when false when X = False
all produce the same outcome against a checkbox but swapping them around will cause the GUI to act differently when the request form is first opened
Thanks again for any assistance