Skip to main content
Nintex Community Menu Bar

required people or person field and drop down and date and time field in nintex task form

  • February 3, 2018
  • 4 replies
  • 19 views

Forum|alt.badge.img+3

In nintex task form,I need mandatory field base Decision,

If approve selected, drop-down must be required, date picker and people picker is disabled.

if reject selected,   date picker and people picker must be required, drop-down is disabled.

i cant find correct value for drop-down date picker and people picker to mandatory.

these function

 isNullOrEmpty(field) or filed == "" or equal (field,"")

are not working well, both of situation(empty or not empty) form validated.

4 replies

Forum|alt.badge.img+16

These are working for me:

and(Decision==2,isNullOrEmpty({Self}))


Forum|alt.badge.img+3
  • Author
  • February 4, 2018

but its not working form me!


Forum|alt.badge.img+16

can you screenshot your rules configuration?


Forum|alt.badge.img+3
  • Author
  • February 6, 2018

Thank you Cassy, my problem solved, I did not use  {self} from box, i just type {Self} and it could not connected and did not working well.