I have a form with a number of fields.
If one of my text fields changes, I would like to have a warning pop up underneath the text field saying something like (“warning changing this field can have unwanted side effects”)
Is there any way to achieve this through the given validation predicates? (file:///C:/Users/owatkins.ext/Downloads/A12-ValidationLanguage.pdf)
If not, I guess I should use a CustomCondition?
thanks
Hi Oliver,
that is a tricky question. So far, I do not know of any validation operator to achieve a comparison of old and new field values. It might be possible using hidden fields which are filled when the document is saved but the more elegant solution is indeed a CustomCondition.
OK, i have used a hidden field with a custom condition. I also have opened a ticket so that IData can deal with previous values <INTERNAL_LINK>