using g_form.showfieldmsg on service portal is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 08:10 AM
using g_form.showfieldmsg on service portal is not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 08:12 AM
Can you post your code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 08:15 AM
g_form.showFieldMsg('short_description',"test 20");
It is working on native view, not portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 08:19 AM
just confirming here the, client script UI Type has set ALL ?
try with below line

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 08:23 AM
In service portal use showFieldMsg() function with below syntax:
g_form.showFieldMsg('<variable_name>', 'msg', 'info', true);
g_form.showFieldMsg('short_description', 'test','info',true);