- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 12:56 AM
I configured an additional field element(assignment group) in ServiceNow add in out look ( create incident)
but when I select the value ., its throw out an error- there is an JavaScript error in your browser console
second any change the make "assigned user as mandatory in this add in ?
Solved! Go to Solution.
- Labels:
-
Script Debugger
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 01:05 AM
Hi
You will find more details about the error in the browser console. Go to that script and troubleshoot from there. In order to open the browser developer tool console,
- Right-click anywhere on the form.
- Select Inspect
- Select the Console tab
Find the Client script that is causing the issue. You will either need to update this script to work on both portal and backend views, or you will need to write a different script to run only on the portal, and leave the current script to run only on Desktop.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 01:05 AM
Hi
You will find more details about the error in the browser console. Go to that script and troubleshoot from there. In order to open the browser developer tool console,
- Right-click anywhere on the form.
- Select Inspect
- Select the Console tab
Find the Client script that is causing the issue. You will either need to update this script to work on both portal and backend views, or you will need to write a different script to run only on the portal, and leave the current script to run only on Desktop.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 06:51 AM
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 07:16 AM
Hi
Exited to see i could help you!!
I would recommend to raise a different question on the community such that other experts can answer as this is different question than the original question.
Thanks,
Sandeep