In the Application section of an app there is the ability to specify custom messages for primary and unique constraint violations. The problem is, it doesn’t work.
I have a form built on a table with a unique index.
When testing I try to enter data that already exists on a record so that on insert it violates the unique key.
The app throws an error like it is supposed to but it’s the default message and you have to run another app because you can’t close it after the error message.
All I want is a custom message when my unique key is violated!