Skip to main content
Nintex Community Menu Bar

How to disable required date field based on a choice field in a list

  • October 21, 2019
  • 1 reply
  • 26 views

Forum|alt.badge.img

I have a Choice and Date mandatory fields. The Date field should be disabled based on the option in Choice field. How to get this solution using both Share Point validation and j query.

 

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 21, 2019
Hi,
SharePoint column validation rules do not allow you to refer to another column so you can't say "make date mandatory if choice is equal to xyz".

This is very simple to do in a Nintex form.
Rule on the date control would be:
equals(ChoiceControl,"DisableDate")
Disable check box ticked.