Client Script Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2026 11:33 PM
I am getting below error when submitting the catalog item request on the RITM Page on the requested for field.
onChange script error: TypeError: Cannot read properties of undefined (reading 'process') function(control, oldValue, newValue, isLoading) { window.CatalogDynamicValue.process(control, oldValue, newValue, isLoading, '130185880fa17500dcc800dce1050e09', '["d9646b46db5fc25085397856f3961964"]', false); }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2026 02:42 AM
Hello @rutujalande ,
Does get same error on native or portal ui also for that variable ?
And have you check that Applied on requested item checkbox ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2026 03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2026 12:01 AM
Hi @rutujalande ,
This issue occurs when one of your onChange client scripts is unable to read a field on the form. Please check which onChange client script is causing the problem.
In that script, verify whether there are any fields that the script cannot access, possibly because the fields are not available on the form.
You can refer to the following support article for a similar issue:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0856441
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2026 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2026 12:44 AM
I've noted that you're encountering an error in the client script. To automatically populate the manager value, please consider using the Auto Populate option.
When your getting error onload or onchange