Error message in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @sabbavarapu
It looks like someone added a message on the onLoad function, and that’s causing the issue. You need to find out where this script belongs and then correct it accordingly.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
53m ago
Hello @sabbavarapu
The first thing is the error message displayed with the sys_id of your record. Second is something showing a boolean value on the basis of logic placed in the client script. This is something you need to check on your side by looking client script for that table.
If my response has helped you, hit the helpful button, and if your concern is solved, do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
46m ago
Things to check
1) onLoad client script or UI policy with script is adding that message on your form in portal
2) display business rule on that table has some info message added for your table.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
44m ago - last edited 43m ago
@sabbavarapu This is not error message, There is some on custom Load script having g_form.addErrorMessage('some reference field');
If not found in client scripts, check BRs as well.
Note: On Load client script can be written as part of on Change client scripts and Ui policies, so you need to check all.
Please mark the answer correct/helpful accordingly.