Attachment validation against the flexi task decision column

  • 17 August 2020
  • 1 reply
  • 0 views

Badge +2

Hi,

 

I am trying to validate attachments on the flexi task.

when the user approve i want to require the attachment and not required when reject is chosen.

The rule i am trying is 

= not(Decision,2)

 

any help is appreciated.

 


1 reply

Userlevel 6
Badge +22
Hi,

The rule would be :
not(equals(Decision,2))

Reply