- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 11:13 PM
After some refactoring (some deletions were done) of my VA topic, I am no longer able to save/preview it and this error occurs:
com.glide.cs.qlue.module.designtime.compiler.convert.ConverterException: No definition for field: set_up_date_to
Could anyone help me, how to fix it?
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 11:17 PM
Hi there,
So do you have a utility on your topic with name "set_up_date_to"? Or decisions, where the transition uses "set_up_date_to"? Or conditions elsewhere in your topic, which use "set_up_date_to"?
If you are a bit more advanced, you could also look at the XML of the topic.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 11:17 PM
Hi there,
So do you have a utility on your topic with name "set_up_date_to"? Or decisions, where the transition uses "set_up_date_to"? Or conditions elsewhere in your topic, which use "set_up_date_to"?
If you are a bit more advanced, you could also look at the XML of the topic.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 11:22 PM
Thanks for quick answer Mark, I really appreciate it!
It actually resolved my issue, the set_up_date_to field was still in one of the conditions. Thanks a ton!