Skip to main content
Nintex Community Menu Bar

validation rule

  • May 19, 2017
  • 1 reply
  • 9 views

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

MegaJerk
Forum|alt.badge.img+14
  • Scholar
  • May 19, 2017

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";