Skip to main content
Nintex Community Menu Bar

MANDATORY APPROVER COMMENTS

  • October 18, 2018
  • 4 replies
  • 18 views

Forum|alt.badge.img+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

Forum|alt.badge.img+11
  • October 26, 2018

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.


Forum|alt.badge.img+3
  • Author
  • November 14, 2018

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.


Forum|alt.badge.img+11
  • November 14, 2018

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.


Forum|alt.badge.img+3
  • Author
  • November 15, 2018

JazakAllah