Hi all,
I am using ADF & Jdev 12.1.2.0.0
In my database I create unique constraint for 4 column in 1 table.
In Entity Object, I update AltKey of that constraint to true.
I create business rule for that unique constraint.
In form, if I create a new row, and put data that violate the constraint -> error message is showed at the last field of the constraint.
After that I update the second field (not the last field) in order to make it unique, but the error is not clear. This is not good.
I have to change value for the last field then the error message is wiped.
Do you guys have any idea to fix that?
Thanks in advance,
Vu