Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
1470 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
We are seeing a common usability issue across our applications with validation m
jarrods229
over 9 years ago
We are seeing a common usability issue across our applications with validation messages.
If the user is presented with a form which includes field level validation messages, the validation error message upon submitting the form is not noticeable to the user when they have scrolled down to the bottom of the form and the field isn't presented in their current view. Common UI practice in this scenario is to put a generic validation message at the bottom of the page near the Submit button to "Please review validation messages occurring on this page".
This is also occurring with grid layout validation messages where the border color subtly turns red.
While Appian does have functionality to display page level validation messages its not practical on most forms to re-produce the business logic in every single field to detect when validation errors have occured (especially in complex sections, with variable field visibility).
Has anyone else encountered a similar c...
OriginalPostID-160888
OriginalPostID-160888
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Another option is, if you're using a!formLayout(), you can make use of its "Validation" property. With this you basically move the validations out of the individual components and move them to the general one in formLayout(). See
forum.appian.com/.../SAIL_Recipes.html
for an example.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Another option is, if you're using a!formLayout(), you can make use of its "Validation" property. With this you basically move the validations out of the individual components and move them to the general one in formLayout(). See
forum.appian.com/.../SAIL_Recipes.html
for an example.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data