MANDATORY APPROVER COMMENTS

  • 18 October 2018
  • 4 replies
  • 3 views

Badge +3

We are using Nintex Responsive Forms, in the above task form, we have mandatory the comments in case of Rejected is selected by the Approver. However, form is submitting without  comments in case of Rejection is selected.


4 replies

Badge +11

I had the same problem ...
and to solve this, use the Validation Rules on the form.

For example:

Approver=="Rejected" && isNullOrEmpty(CommentField)

This is to give you an idea happy.png
The "Approver" and "CommentField" need to be changed to your naming conventions.

Badge +3

JazakAllah for ur answer, since I have multiple forms I cannot go for that solution. This capability is builtin by Nintex as seen in the screen but not working.

Badge +11

Selam.

The function as seen in screen, indeed, does not work happy.png I had same experience. Although you set to "Required" the validation does not work ... and that is why I used a Validation Rule within the form.

You need to open the approval section in nintex and add the RULE.

Badge +3

JazakAllah

Reply