- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2021 10:33 PM
Hi,
Can we display field msg in bold without DOM?
or is there any other solution to make it bold for example UI macro?
In My case filed msg is changing based on the value selected from select box variable.
could you please suggest me the solution as per the best practices?
thank you!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 06:41 AM
Above changes are related with Native UI forms.
If you want to do similar things on Catalog Forms for Variables then you can use UI Macros (In Native UI), Widgets (for Portal)
Also you can create rich text Label variables.
Add HTML element with style of your choice.
You can handle visibility of these variables using g_form API's. Add label after each variable and show/hide by client script based on your conditions (if that UI works for you).
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 06:34 AM
Hi,
It is not possible to set different font/style to Info Messages or Field Messages.
But you can check below possibilities to add different help texts or messages on form.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 06:41 AM
Above changes are related with Native UI forms.
If you want to do similar things on Catalog Forms for Variables then you can use UI Macros (In Native UI), Widgets (for Portal)
Also you can create rich text Label variables.
Add HTML element with style of your choice.
You can handle visibility of these variables using g_form API's. Add label after each variable and show/hide by client script based on your conditions (if that UI works for you).
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 06:44 AM
Hi,
You can do all this customizations on a UI page and then call your message in that UI page and call that UI page in your client script.
Please mark my answer helpful if your issue is resolved
Best Regards
Himanshu Gupta