I am trying to figure out an evaluation for a gateway in forms and am getting the "XPath evaluation may fail for every possible condition".
I have two tables. One shows if they are leaving a PO open, the other shows if they are closing a PO.
For closing a PO, the user can pay up to 10% of the overall total. This works fine, the message displays on my form, and the gateway evaluates correctly.
So 800$ is above 10% of 481.32. On submit, the branch evaluates correctly. This trips my code10flag and the change order check is taken.
In my other table the rule is they cannot pay more that the budget is for any line. I have a show/hide rule that displays a warning when this happens and it works. No matter what line in the table is negative, it show.
It seems that the show/hide rule evaluates like we want in that "if any" of the error values are less than 0, show the warning.
However, when submitting this, the gateway fails to evaluate down the branch (screenshot above). I have already tried setting the End as a default and that didnt work. Anyone have any ideas as to why or what I am doing wrong. Basically I need to check if any of those values in the error column are negative.
Thanks,
Chris