- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 12:07 AM
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.
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 02:37 AM
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');
Please mark answer correct/helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 12:16 AM
hello,
Can you paste screenshot of your requirement as it would be easier to asset you.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 01:01 AM
and where is the second column as I can see only 1 field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 01:18 AM
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.