Thursday 22 December 2016

How to make any field mandatory in Nintex form


Hi All,

          To make any field mandatory in Nintex form is very simple and just follow the steps below.

Note: We can follow the same steps to make any field mandatory in Nintex task forms for example the comment box in the task form which we get in Assign a task action in Nintex workflow.

  • Select the field which you want to be mandatory and click on it.
  • Click Rules --> Add Rule from the ribbon
  • Rule type --> Validation
  • Type the following rule in the Rule box
  • isNullOrEmpty({self})&&TaskOutcome=='No'
Note: Select isNullOrEmpty from the Run time functions.
         Select self from Named Controls.
         Type your outcome value inside Single quotations ('') (Here No is my outcome).
           Task Outcome is the Field that I want to make it mandatory and I am making it as              mandatory only if the approver selects the value "No" here.


Happy Learning !!!

Learn it ! Love it ! Lead it !

To learn more just visit our page in Facebook SharePoint Dev