- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 11:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 01:30 PM
The messages you see like that are generally stored in sys_properties. You can either update them there or in the corresponding UI Message record. That specific global_error_message I believe corresponds to the property com.glide.cs.general.error_message. com.glide.cs.* is used for all VA properties.
Mark actually doesn't have that specifically defined in his fantastic post, but this is easily the #1 resource for ootb VA variables and methods:
50+ (Un)documented Virtual Agent variables (vaInputs, vaVars, vaContext, vaSystem)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 01:30 PM
The messages you see like that are generally stored in sys_properties. You can either update them there or in the corresponding UI Message record. That specific global_error_message I believe corresponds to the property com.glide.cs.general.error_message. com.glide.cs.* is used for all VA properties.
Mark actually doesn't have that specifically defined in his fantastic post, but this is easily the #1 resource for ootb VA variables and methods:
50+ (Un)documented Virtual Agent variables (vaInputs, vaVars, vaContext, vaSystem)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 02:15 PM
Thanks, Chris!
Yeah, I also checked that link from Mark 🙂
Thanks again!