- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 01:49 AM
Hi,
When i am tring to create a catalog task through workflow getting an error
Create a Task: org.mozilla.javascript.Wrapped ConversionError:The undefined value has no properties
Any solutiion for this
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 02:50 AM
Did you check the property name is proper?
I could see spaces in between
Is it group _ name or group_name
Also does it contain group sys_id or group name
If sys_id then this is fine
task.assignment_group = gs.getProperty('group_name');
If group name then this should work
task.assignment_group.setDisplayValue(gs.getProperty('group_name'));
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2021 06:56 AM
Hi,
I would suggest to open a new question for this as this thread is already answered
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2021 06:58 AM
Sure, Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 03:40 AM
Hi Ankur,
I am getting the same error when I am clicking on send on REST API Explorer and not sending value for one of the query parameters. Which is not mandatory. Kindly help me with this issue. Thank you in Advance.