I have a Button on a from that must be made required based on boolean userfield being true. ------ I get it to work using "visible when" but not with the "IF statement then required"
if (SBAR)
button of "<AttachmentsLabel>"
link is Attachments
display as link
required
I can't use Rules because it is a Form ---- any suggestions to another approach?
Thanks