On the UI page we are displaying a section in a tabular form in which we have different columns like name, age etc, Here the user can update his/ her age and the age has a set criteria and on the failure of the criteria a particular error needs to be shown to the user on the UI page itself above the table.
How to configure for the same?
At the moment I was able to populate the error for the age inside the table itself. How to bring it out of the table.
@MohammadArmanK can we try to set the error message on the Top page using the page-set-messages in an activity and refresh the section. optionally you can create a section and set the error on the pyErrorMessage property and display conditionally. Hope it helps.
Here as you can see I changed the error display to the “Top of harness” and as it implies the error was on the top of the harness. I applied refresh section on the Button and called a DT to set the error message.