- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 07:35 AM
Hi All ,
We have upgraded our instance to Jakarta patch 4 and it seems the function g_form.showErrorBox() does not work anymore here .
The Error message used to get displayed earlier but now after the upgrade the function does not work.
Can someone help here . Please its urgent .
Thanks in Advance.
Regards,
Shivanki
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 08:13 AM
Hi Shivanki,
It works for me.
g_form.showErrorBox("assigned_to","This is the error");
You can also use...
g_form.showFieldMsg("assigned_to","This is the error","error");
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 07:41 AM
Hi Shivanki,
Have you checked if your browser console is displaying an error message? That error may be halting the client scripts and then causing your message to not come up.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 07:51 AM
Thanks for the Reply !
I have checked the browser console as well but no error message is there .
The question is the same script is working in helsinki but not in jakarta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 08:13 AM
Hi Shivanki,
It works for me.
g_form.showErrorBox("assigned_to","This is the error");
You can also use...
g_form.showFieldMsg("assigned_to","This is the error","error");
Thanks,
Berny