Error message in Service Portal

sabbavarapu
Mega Contributor

Hi,

 

When i am opening any existing records of incident/project in the service portal i am getting a popup of sys_id of that record and a false popup as of the attachment.

Please assist on this ASAP.

 

Thanks,

Vamsi

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

Viraj Hudlikar
Tera Sage

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.

Ankur Bawiskar
Tera Patron
Tera Patron

@sabbavarapu 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

RaghavSh
Kilo Patron

@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.


Raghav
MVP 2023
LinkedIn