Best Practices for Conditional Mandatory Checks

Follow

There are currently multiple ways to setup a check for conditional mandatory and a little confusion about when to use each of them.

1. If a user has a Boolean field which they want to use to control the mandatory condition on another field, they should use the fieldname of the Boolean field for the conditional mandatory check on the other field(s). An example of this is the Capability Demonstration template on page 2 where the Electrical Components Inspected checkbox is used to make the Y/N option list fields mandatory.

2. If a user has a text field which they want to use to control the mandatory condition on another field, they should use the “nfapi.field.IsEmpty(fieldname) = false” expression for the conditional mandatory check on the other field(s).

Have more questions? Submit a request

Comments

Powered by Zendesk