- 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 08:15 AM
I should perhaps have clarified that i tried it out in a Jakarta instance. So.. yes Shivanki, it does work in Jakarta
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 08:15 AM
I hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 09:26 AM
Hi shivanki, do you have any further questions?
If not, would you mind marking the responses as correct / helpful so that we can close this thread?
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 05:17 AM
Thanks for the reply!
yeah I figure out there was an error in the other part of code. It works perfectly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 11:10 PM
moving clearValue before showErrorBox fixed my problem.