Virtual agent - Error No definition for field

Martina Randulo
Kilo Explorer

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?

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

View solution in original post

2 REPLIES 2

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

Martina Randulo
Kilo Explorer

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!