Unable to Populate error message on top of the table in UIPages (Screen).

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.

@MandeepRawat Thanks for the quick reply.

Tried with your Approach but still faced some issue so explored a few things and finally it worked for me.

The Approach Ii followed was as such :

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.

@MohammadArmanK you can use use pyCaseErrorSection of @baseclass to include in your section to display the error messages. Hope it works.