Groovy addValidationError doen't work on Flex form?
Summary:
Content (please ensure you mask any confidential information):
Hi,
We have a flex form for users to submit data and we have a groovy rule to run before save which will validate the inputs and if it doesn't pass the validation then will highlight the cell in red with tooltip message using the addValidationError(0xFF0000,'tool tip',false) method.
We noticed that the method doesn't work correctly, it does throw pop up message saying one or more validation rule fails, but it does not do the color highlight, however the tool tip is shown in the cell. Tried all means and cannot get the color highlight to work. The same rule works correctly on regular form. Does anyone has the same issue?
0