TypeError: Cannot read properties of undefined (reading 'addParam')
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 09:36 PM - edited 11-13-2022 09:39 PM
my client script
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 09:40 PM
Hi Marjorie,
Please apply opening and closing braces for your if block to check the new value. This will work.
Please mark correct if helpful.
Regards,
Vaibhav Dane
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 09:42 PM
Replace
ga.addParam('sysparam_id', newValue);
With
ga.addParam('sysparm_id', newValue);