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
  • 586 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 ??

convert email to PDF

I have written below script to convert email to PDF and attaching to the respective target.But my email body content not fitting to the page in the PDF, please help me on this one  var html = "<p>" + current.subject + "</p>" + "<br>" + current.body; ...

Swathi KS by Tera Contributor
  • 300 Views
  • 1 replies
  • 3 helpfuls