Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
8 subscribers
Views
5464 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
How to I limit a checkbox field to one choice? I am using a checkbox field to ca
judym598
Certified Senior Developer
over 9 years ago
How to I limit a checkbox field to one choice? I am using a checkbox field to capture a 'Y' or 'N' value. This works just fine unless the user checks both boxes. I tried a couple validation rules on the field but none have worked so far. Any suggestions?
a!checkboxField(
label: "Certification Required?",
labelPosition: "ABOVE",
choicelabels: {
"Yes",
"No"
},
choiceValues: {
"Y",
"N"
},
value: ri!newAgreement_cdt.certRequired,
saveInto: ri!selectedAgreement_cdt.certRequire
),
OriginalPostID-191699
OriginalPostID-191699
Discussion posts and replies are publicly visible
Parents
0
judym598
Certified Senior Developer
over 9 years ago
I like the look of the checkbox and I thought I could figure out a way to use a validation rule to check for multiple selections, but maybe it's not worth the effort - using a radio button may be easier. Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
judym598
Certified Senior Developer
over 9 years ago
I like the look of the checkbox and I thought I could figure out a way to use a validation rule to check for multiple selections, but maybe it's not worth the effort - using a radio button may be easier. Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data