Hello,
We just upgraded to Forms 10.3.1.635 and immediately had established Forms business processes failing and choosing incorrect branches.
We were using language like the following:
/dataset/FOM_Invoice_Amount!=""
To say that we wanted the branch to execute only if that field weren't blank - since it's an amount field, it could be any value. It was working in our last version, 10.2 something, but as soon as we switched this failed. We still have the need to evaluate whether or not fields are blank to make branch decisions, and are curious how we can do that now. The following does not work:
/dataset/FOM_Invoice_Amount!=
Any advice is appreciated. I'd hate to have to hit all our business processes and put in superfluous fields just to figure this out.