validation rule

  • 19 May 2017
  • 1 reply
  • 3 views

Badge +6

i am having the approval process when ever user click on the reject then make that user need to enter the comments

i have made the rule for validation that 

Lead_Finance =='Abgelehnt' && isNullOrEmpty({Self}) then also not getting any message if user not enter in the comments section


1 reply

Userlevel 5
Badge +14

The reply I made over here might help you out some: https://community.nintex.com/thread/16251-understanding-validation#comment-62687 

but instead of having the value look for the word 'Reject', it could look for Abgelehnt 

isNullOrEmpty({Control:Self}) && NWF$("#" + DecisionID).find("input:checked").siblings("label").text() === "Abgelehnt";

Reply