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

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