Hello, I am trying to create a custom alert screen on a constituent record. I am using infomaker to create the screen and all is working fine except one thing. I am trying to display a checkbox that evaluates to "y" if checked and "n" if not checked. However, an error keeps throwing when I go to save an alert without checking the box. Can anyone please advise on how to make the checkbox not required? My workaround right now is to use two radio buttons instead- one for On and one for Off, but we would like to use a checkbox if possible. I've tried setting up the checkbox with two states- one for off and one for on and also setting it up with three states-- one for on, one for off, and off if blank.
Thank you!
Unknown said: I am trying to create a custom alert screen on a constituent record. I am using infomaker to create the screen and all is working fine except one thing. I am trying to display a checkbox that evaluates to "y" if checked and "n" if not checked. However, an error keeps throwing when I go to save an alert without checking the box.
I am trying to create a custom alert screen on a constituent record. I am using infomaker to create the screen and all is working fine except one thing. I am trying to display a checkbox that evaluates to "y" if checked and "n" if not checked. However, an error keeps throwing when I go to save an alert without checking the box.
For a checkbox like this, I always add
'N' to Properies -> General -> Tag,
Y to Properies -> Edit -> Data Value for On, and
N to Properies -> Edit -> Data Value for Off.