Is it possible to make a field conditionally visible?
Ex: visible when ((Credential not entered) or (Credential = "Not Listed"))
Yes, although "visible when" can only be used with simple conditions....
Right, the first part of that condition works but I am struggling with the second part. Dont know how to make the 'Other' field visible when "Not Listed" is selected for a credential.
Add a custom User Field to the business class in question, let's call it CredentialNeeded, and use that in the visible when UI.
Conditions
CredentialNeeded
where (Credential not entered or Credential = "Not Listed")
Credential = "Not Listed" isn't a Simple Condition (see the screenshot in my previous reply), but rather a Comparison Condition, and as such is not valid with "visible when". You can add a conditional field as Michael advised for the desired result though.
Create a configured derived user field and use that derived field to set your conditions then use that field for your visible when condition as outlined by Michael.
Visible when is not available in the custom field. @andrew-tarver is correct in that its not possible to use the Credential = "Not Listed" on the form to make the custom field visible on the criteria business wants. I can make the field conditionally required in the field but thats it. This is not a good option.
see if this thread works
community.infor.com/.../trying-to-create-conditional-field-for-constraint