using g_form.showfieldmsg on service portal is not working

jatinder1
Tera Expert

using g_form.showfieldmsg on service portal is not working

19 REPLIES 19

Elijah Aromola
Mega Sage

Can you post your code?

jatinder1
Tera Expert

g_form.showFieldMsg('short_description',"test 20");

It is working on native view, not portal

Harsh Vardhan
Giga Patron

just confirming here the, client script UI Type has set ALL ?

 

try with below line 

 

g_form.showFieldMsg('short_description', 'test','info',true);

 

vinothkumar
Tera Guru

In service portal use showFieldMsg() function with below syntax:

 

g_form.showFieldMsg('<variable_name>', 'msg', 'info', true);