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

Forum Posts

Resolved! 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...

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
  • 569 Views
  • 5 replies
  • 2 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 ??