Virtual Agent forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Table schema export

As part of a overall project in our company we are building a data dictionary of all our applications. I am able to export the Table data contents to CSV, but I would also like to download the schema itself, I might be daft but I have not been able t...

Group Naming Best Practices

What are some best practices for naming groups?In my current project, we are implementing a ServiceNow change request process.We have a group responsible for implementing and approving changes for each product provided by the client (AWS, CrowdStrike...

MiY by Tera Contributor
  • 128 Views
  • 3 replies
  • 0 helpfuls

Field Style in reference field

I would like a paperclip icon to be displayed in the request_item field of the sc_task table when a file is attached to the record set in the Request item.To meet this requirement, I set the Filed Style as shown below. However, while the icon appears...

MiY_0-1756893166288.png MiY_1-1756893192882.png MiY_2-1756893242176.png
MiY by Tera Contributor
  • 422 Views
  • 5 replies
  • 1 helpfuls

Resolved! I am not sure why script include is not working

To get email based on the caller field. function onChange(control, oldValue, newValue, isLoading, isTemplate) {var name = g_form.getValue('caller_id');var gh = new GlideAjax('getEmail');gh.addParam('sysparm_user', 'getEmail');gh.addParam('sysparm_use...

RITM BEST practice

Hi I have received the requriment where i have to hide the RITM OOTB fields like overiding manager , order guide etc for a particuler catalog itemis it best practice to do so ??and if yes how ??