- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 09:16 AM
What does this message mean? onSubmit script error: ReferenceError: action_sypmtom is not defined:
function () { [native code] }
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:16 AM
Hi @Bob44t,
It looks like you're trying to call a function which doesn't exist. If you share your code, we can help debug.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:24 AM
Hi @Bob44t
Can you check in your code if "action_sypmtom" is declared or not.
It should be declared like this e.g., var action_sypmtom = "your_value";
OR as suggested by @Peter Bodelier you can share your code...!!
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:38 AM
You need to define action_sypmtom before using it in the Script
Regards,
Piyush Sain

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:16 AM
Hi @Bob44t,
It looks like you're trying to call a function which doesn't exist. If you share your code, we can help debug.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:24 AM
Hi @Bob44t
Can you check in your code if "action_sypmtom" is declared or not.
It should be declared like this e.g., var action_sypmtom = "your_value";
OR as suggested by @Peter Bodelier you can share your code...!!
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:38 AM
You need to define action_sypmtom before using it in the Script
Regards,
Piyush Sain