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

  • 21 October 2019
  • 1 reply
  • 10 views

Badge

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

Userlevel 6
Badge +22
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.

Reply