ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Gliderecord SetValue on Catalog Item variables

Hi,Is it possible to Gliderecord a catalog item variable value using setValue?For example:var variableName = 'test';var gr = new GlideRecord('sc_task');   gr.addQuery('request_item',current.document_id);   gr.query();   if(gr.next()){ gr.setValue(var...

Tadz by Kilo Sage
  • 6663 Views
  • 11 replies
  • 6 helpfuls

Facing an issue while copying a word document to body of the knowledge article and keeping the format. This is happening when importing an article as well

Hi  When i copy and paste a word doc into knowledge article text field, Lines which contain numbered list or bullet list font size is changing automatically same is happening when i import an article as well.   Regards, Chiru

chiru1 by Tera Contributor
  • 2296 Views
  • 1 replies
  • 1 helpfuls

Resolved! Ways to export custom code and configuration changes

I am looking for ways to query and export all changes made to my servicenow instance. Example, any config changes such as new drop down values added to an out-of-the-box field. OR, any code changes made to a form or scripts.  Basically, I need to exp...

cc11 by Tera Contributor
  • 2740 Views
  • 4 replies
  • 1 helpfuls

Email process is very slow

Our email inbound action is taking longer time to process the emails. We raised a vendor ticket INT4022009 and please find the vendor feedback as mentioned below.   As the there are many ways in how you could write an inbound action, there is no sing...

saravana1 by Kilo Explorer
  • 1767 Views
  • 1 replies
  • 1 helpfuls

Resolved! Approval for manually added approvers not working

Hi, I have a scenario here where:The approver was manually added in the related list using the edit button then approved the request but the approval activity in workflow was not approved.I added Itil user the approve the request.But when I try to ap...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Tadz by Kilo Sage
  • 5518 Views
  • 11 replies
  • 3 helpfuls

Discovery of vCenter thru a firewall

We've successfully discovered vCenter within our firewall, now trying to do the same over a firewall. We requested to have several ports opened, however, Discovery is still failing. In the ECC queue, we see this and I need help interpreting what it m...

David77 by Giga Guru
  • 1459 Views
  • 3 replies
  • 2 helpfuls

Javascript Strict Mode

It seems that scripts in my Production instance are run in 'Strict Mode' but those run in my sub-production instances do not.  The reason for this assessment is that I've experienced a couple of issues where a Workflow script activity worked fine dur...