Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Where we can get the fallback topics variable value?

Drishti
Tera Guru

Hello Community,

In the fallback topics , there are several variables defined like _topic_sorry_msg,_topic_not_found_msg. 

Where exactly the values of these variables are defined ?
Actually, I have to change the values, whenever any fallback topics is found, Please guide.

 

Screenshot 2025-01-02 at 5.28.23 PM.png

Screenshot 2025-01-02 at 5.28.42 PM.png

  

1 REPLY 1

Sujatha V M
Kilo Patron
Kilo Patron

@Drishti 

 

Provides the value of System Property "com.glide.cs.no_topic_found_message" [_topic_not_found_msg] and "com.glide.cs.no_topic_sorry_message" [_topic_sorry_msg] are defined in the system properties [sys_properties.LIST]. 

 

Note:  DO NOT MODIFY ON THE PROPERTY. 

 

Please navigate to System UI -> Messages, search for the value and modify it here. 

 

Eg: I am sorry but I didn't understand your request.

 

SujathaVM_1-1735883749995.png

 

Eg. Please try giving me your request in a different way. I'm currently better at understanding short sentences.

 

SujathaVM_0-1735883691985.png

 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.