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

Forum Posts

Using the Jenkins Spoke

So I am just starting to try and use Flow Designer for integration.  We currently use Jenkins as well as ServiceNow.  Is there a guide that will walk me through how to call a job or perform a build?  I am just looking for a basic guide to get started...

Bill7 by Mega Expert
  • 3263 Views
  • 6 replies
  • 1 helpfuls

Resolved! Issues with gr.isActionAborted()

Hello, I am having issues with gr.isActionAborted(). Even though my update does NOT go through, gr.isActionAborted() returns false. Weirdly, when logging gr.update(), it returns null... I logged it like this. This code snippet is placed within an if-...

kyrresc by Tera Expert
  • 3491 Views
  • 14 replies
  • 0 helpfuls

Resolved! LDAP Import - How to exclude sub ou?

Hi All, We have starting search directory OU=Users,OU=CompanyA,DC=abc,DC=com, DC=au We have sub OU called contractors (OU=Contractors) so in AD, it will be OU=Contractors,OU=Users,OU=CompanyA,DC=abc,DC=com, DC=au How do I exclude OU=Contractors? I ha...

Kifrez by Kilo Guru
  • 2753 Views
  • 5 replies
  • 0 helpfuls

Why do article views seem to reset annually?

I have found that the article views shown in the article view vs the view count shown in reporting do not match.   It seems the article view meta data does not show cumulative views but resets it annually.   I believe views should be cumulative.   Pl...

shannont by Giga Guru
  • 2945 Views
  • 4 replies
  • 10 helpfuls

Resolved! Urgent: clear the system logs table

Hello Community, I'm urgently trying to delete all records from the syslog table. Some runaway code flooded it with millions of entries, causing minutes pauses in the system. Sometimes even crashing it. It's such a mass it's meaningless to erase the ...

JG6 by Kilo Guru
  • 3466 Views
  • 7 replies
  • 2 helpfuls

How do you use sys_m2m_template.do?

I'm trying to figure out how to use the sys_m2m_template.do slush bucket.  I see from some of the other 'Edit...' UI actions, that many use this: var uri = action.getGlideURI(); var path = uri.getFileFromPath(); uri.set('sysparm_m2m_ref', current.get...

cbarlock by Kilo Guru
  • 4725 Views
  • 6 replies
  • 1 helpfuls

Opening URLs in a new Tab

Does anyone know how to open External URLs in a new tab? The links all seem to open in the same window. I am adding a Menu item in our Portal and I've tried using the URL Target field with _new and _blank with no luck

Capture.JPG