Questions tagged [servicenow]

ServiceNow is a cloud-based IT service management company. it should not be used; specific ServiceNow product tags should be used instead.

http://www.service-now.com/

ServiceNow integrates with many third party applications and data sources. The most common integrations are with CMDB, Incident Management, Problem Management, Change Management, User Administration, and Single Sign-on.

A variety of techniques can be used, most notably Web Services, JDBC, LDAP, Excel, CSV, and Email, as well as any industry standard technologies that use SOAP or WSDL. Additionally, API and command-line integrations can be done using a MID Server. ServiceNow has performed the following integrations with enterprise systems and platforms.

ServiceNow provides APIs as JavaScript classes, Java classes (that can be used in JavaScript), web services, and other points of connection for integrations. Note that you cannot access commonly used JavaScript objects (such as DOM or Window). Jelly scripts are also used in some modules. Jelly is used to turn XML into HTML and may include both client-side and server-side scripts.

1032 questions
-2
votes
1 answer

Any open source tools to integrate ServiceNow and VSTS

I am looking for some open source or free tools to integrate Service Now and VSTS? is there any such tools available. please suggest. Thanks.
JK1
  • 11
  • 1
-2
votes
1 answer

Not getting incident reference number when I run a vbscript

I'm trying to retrieve a incident reference number when I run a vbscript. The script opens the ticket with the script ticket values in the code but it returns the following error: Error: Necessary object: 'oWSResponseDoc.selectSingleNode(...)' The…
Malbordio
  • 92
  • 3
  • 4
  • 20
-2
votes
2 answers

"Invalid array passed in, extra trailing ',' getting this error when deserializing Json in c# .How to fix this

Here is the code i am getting error at last line where i am deserializing json to C# objects. Can you tell how to fix this. WebRequest req =…
-2
votes
1 answer

How to pass varible value in a webrequest URL?

Here is my code WebRequest req =…
-2
votes
1 answer

how to read Derived field from .assignment group reference field in Service now?

The actual value of the assignment group can be achieved by referring assignment_group.parent.parent.Not sure if I can use Glide Records but I am using Visual Studio 2010 to connect to web service and I am not able to add the required class for…
-2
votes
3 answers

Connector creation for ServiceNow

How to develop a connector in java to create user, and get the services of ServiceNow. Is there any API which support java. I want to develop the connector using java. please help. I am trying from long days.
-3
votes
1 answer

How to get primary on call from service now api?

I am trying to get the primary and secondary on call for my assignment group through the service now api. I can't find anywhere how to find the current primary on call and secondary on call. I've found another answer that "Schedule is in table…
-3
votes
1 answer

JavaScript - how to build function in this script

can someone help me with creating a function for the script available in the second 'else if' loop. I need to use the same script again and again in other else if loops.I really appreciate your help. Thanks! var network = '10.31.224.0/21'; //This…
evan
  • 59
  • 6
-3
votes
3 answers

ServiceNow instance scalability

I am trying to understand the scalability or limit in terms of number of users , applications build or integrations that can be set up on a single instance of ServiceNow production environment before we see performance degradation
AJM
  • 3
  • 2
-4
votes
1 answer

How to find length of array of sets in Javascript?

My Json response from servicenow is as follows: *** Script: [ { "errno":"0", "num_keys":"0", "ipmdns_hsm_enabled":"0", "ipmdns_protocol":"https", "ipmdns_type":"named", "dns_force_hybrid":"0", …
impika
  • 107
  • 3
  • 11
1 2 3
68
69