How can I change the location of Info Message / Error message for one record producer only OR how can I get field message to extend to second column as well on 2 column Record Producer to cover complete area?

Jayant Balyan1
Tera Contributor

How can I change the location of Info Message / Error message for one record producer only OR how can I get field message to extend to second column as well on 2 column Record Producer to cover complete area?

Thanks.

1 ACCEPTED SOLUTION

Hello,

If you have put both the variables under a container start and container end. Then write a field msg on the container start field it will cover all the fields inside the container

g_form.showFieldMsg('Containerstartname','Message.','type');

find_real_file.png

Please mark answer correct/helpful based on Impact

View solution in original post

5 REPLIES 5

Saurav11
Kilo Patron
Kilo Patron

hello,

Can you paste screenshot of your requirement as it would be easier to asset you.

Thanks.

Jayant Balyan1
Tera Contributor

find_real_file.png

Here the message should cover both columns not just restricted to one column only and should appear below the field.

Thanks again!

and where is the second column as I can see only 1 field

The other fields are hidden through UI Policy. Also these variables are placed in Two column container.  So purpose is to show the field message but this should cover the complete area.