I have a TableView macro on one page, and with the Form Definition, including the validation rules on a separate page. This works fine, but when a user enters an invalid value, the validation rule correctly does not allow the user to update the data stored in the ConfiForm. However, no error messae is shown to the user; it doesn't bleed through to the TableView macro with inline edits enabled. Is there a way for that validation message to propagate through to the page that contains the TableView macro?
Hi
All validation messages are shown to the users unless you have some very custom view built
But for built-in views all messages are shown. Could you share a simple example of teh issue you have described?
Alex
When I enter the 45 hours on the above box, it will revert to what it was before, 40. It should raise an error and let the user know why it didn't update. So the rule is executed, but it doesn't show an error to the user.
The TableView macro is within a div within the Tabs page. Could the use of the div be causing the problem?
Thanks again,
-Kathleen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How this table is built?
Could you try creating a simple TableView and seeing if this behaves the same?
This is how in normally behaves http://recordit.co/xr0ff8YJqf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.