Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Parse the String

Hi,I have a String in LDAP format and I want to get only the name from it. How do I parse this String with JS ?CN=Bill\,Hamilton,OU=UNITNAME,OU=Region,OU=Country,DC=subdomain,DC=domain,DC=comI want to extract the name Bill Hamilton from this entire S...

maryc by Tera Contributor
  • 5394 Views
  • 7 replies
  • 6 helpfuls

GlideEvaluator

Hi All, I have created one scripted rest api which will evaluate the script and return the result. PFB the script. (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) { var table_nm = 'incident';var table_sys_id = '6a94f7e8db1...

ayushcr7 by Kilo Contributor
  • 3439 Views
  • 3 replies
  • 1 helpfuls

Resolved! Multi line string field is possible to store in database table ?

Hi, I want to store list of values in Database table field like below XXXXX XXXXX XXXXX XXXXX ------ is the above format is possible to store ? if so what is the data type i should declare in db. Or any other alternative is there ? Thanks & Regards J...

JG16 by Tera Contributor
  • 2208 Views
  • 7 replies
  • 1 helpfuls

How to revert the deleted data from update set

Hi,accidentally i have deleted the data from update set..Did any one faced this kind of issue and what are all the steps you followed to revert the data back .please post your approaches.

__56 by Kilo Explorer
  • 5598 Views
  • 13 replies
  • 2 helpfuls

Resolved! Scripted Filters for Incident list

Hello all, I would like to ask if anybody here could please kindly point me into the right direction with a Scripted Filter. I created the following Script Include but when going into the List filter I can't get it called. Client Callable var Testing...

Resolved! "New" button is setting a field by default - how? where?

I have what appears to be a straight copy of the "New" button for Related Lists on a custom table. It is setting a field on the custom table record (u_case). I need to see where that is happening because I need to set a different field depending on w...

Sue Frost by Giga Guru
  • 1699 Views
  • 4 replies
  • 0 helpfuls

Outlook/Sharepoint Calendar Integration

Does anyone have any experience integrating or somehow pulling calendar events from Outlook 365 or Sharepoint and syncing those up with Team Calendars and My Calendars in Service now?  

gsmbaku by Kilo Contributor
  • 1534 Views
  • 4 replies
  • 2 helpfuls

Creating new Update Set Source error: "Unable to validate connection: Loopback and site-local URLs are not supported. Provide the URL of another instance"

I am trying to create a new Update Set Source (sys_update_set_source) across 2 London environments, but am getting the error: Unable to validate connection: Loopback and site-local URLs are not supported. Provide the URL of another instance I would l...

s_w_ by Kilo Explorer
  • 1718 Views
  • 4 replies
  • 1 helpfuls

Resolved! GlideRecord addQuery/addActiveQuery mixing, etc..

I have 2 different scenarios to inquire about. Scenario 1: var gr = new GlideRecord('incident'); gr.addQuery('category', 'hrissue'); gr.addQuery('active', true); gr.addEncodedQuery('priority=2^u_rc_ticket=a346b78c1011de1a346b78c1011de133'); gr.query(...

xiaix by Tera Guru
  • 2595 Views
  • 3 replies
  • 3 helpfuls