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

Get Activities via ServiceNow REST API

I'm currently creating an interface to ServiceNow Using ServiceNow's REST API. I would like to pull the Work Note history for a specific Incident. These are shown as part of the Activity List in an out-of-the-box ServiceNow. Is there a way to do…
Lars
  • 23
  • 3
2
votes
1 answer

Powershell script to update ldap data from servicenow

We are running powershelll script to update LDAP attributes from Servicenow. We get below error. Access Request Console : LDAP Script Directory : C:\MID Server INT\agent\scripts\PowerShell Object DN :…
vatson
  • 25
  • 3
2
votes
1 answer

Migrating ServiceNow Users into Azure AAD

I have integrated Azure into our ServiceNow portal and we also migrated the Azure users into ServiceNow, which works fine, But now I also want to do the other way around, to migrate exisiting users from ServiceNow into Azure. Is there any way to do…
2
votes
1 answer

Standard Development practices When using Update Sets in Servicenow

I am new to Servicenow and investigating the capabilities of ServiceNow. I am trying to understand how we can implement standard development best practices in ServiceNow. Versioning CI/CD Source code integration with code review So far I found…
Jeevan
  • 518
  • 3
  • 8
2
votes
1 answer

Set password of user created with Scripted API in Service now

I am new to the Service now and trying to build a Client Web-app with Service Now. My requirement is to register a user in Service Now using my web app. I have tried to do so with Table API and Scripted Rest API. Though I am able to create the user…
Dpkbhardwaj
  • 110
  • 6
2
votes
1 answer

ServiceNow integration with Airflow

Can we integrate ServiceNow with Airflow ? I mean if there is any DAG failure, can we rerun the failed DAG/tasks by submitting a ServiceNow request ? Also can we submit an adhoc job to run using ServiceNow. Thanks in advance.
Afz Abd
  • 423
  • 3
  • 19
2
votes
2 answers

ServiceNow REST API: Get list of column names

From the admin UI, there is a Tables and Columns explorer that dutifully shows all available columns for a table, such as the incident table: My ultimate goal is to be able to query all fields for a given table that I can insert data to (mostly…
Tim
  • 412
  • 7
  • 18
2
votes
1 answer

Is it possible to combine ng-class with ng-style

Our team is working in ServiceNow and have a general question about using ng-class in combination with ng-style. We've created a widget that are task tiles and want to color the borders based on their status (i.e. green for finished, red for…
Dave
  • 1,257
  • 2
  • 27
  • 58
2
votes
1 answer

How to Download All Attachments from VSTS?

I am attempting to download all Work item attachments from VSTS into their own folder based on their ID number. If this is possible, how would one go on about achieving this? I've looked into rest API but have been confused, and it appears all…
TheIntern
  • 31
  • 1
  • 2
2
votes
0 answers

POST request works with POSTMAN but not in my Java application

I brief description of what I'm doing, I'm automating creating incidents in ServiceNow using API. I have tested with POSTMAN first and it works fine. Now after I wrote the code, I try to post data, I got no respond from the server. what could be…
ikenahim
  • 331
  • 1
  • 3
  • 15
2
votes
3 answers

How to register to the onClick event of a Close button element

I am using a UI Action in serviceNow to call a GlildeModalForm popup window. That window has a X(close button) that I need to catch when the user press that button. I do not have any feedback on that button click and need to catch it I have seen…
SCW
  • 103
  • 2
  • 11
2
votes
0 answers

Evaluation error: Caused by error in JavaScript probe

I am working on Mid Server with Service Now, I defined a 'Mid Server Script Include' Javascript Class and when I try to call it with a Background Script, I got this error message in ECC queue input: Evaluation error: Caused by error in JavaScript…
GoA Oz
  • 328
  • 1
  • 13
2
votes
1 answer

ServiceNow integration with C# and dotnet core application

protected void Button1_Click(object sender, EventArgs e) { //Incident Service IncidentService.ServiceNowSoapClient soapClient = new IncidentService.ServiceNowSoapClient(); soapClient.ClientCredentials.UserName.UserName =…
MAK
  • 29
  • 9
2
votes
3 answers

Get all record values in ServiceNow server script

I'm very new to ServiceNow so sorry if this is an obvious question. But I've checked the docs and haven't found a way to do this. In my ServerScript I query to get a record from a table, and then to send that to the ClientScript I get the record…
John
  • 1,808
  • 7
  • 28
  • 57
2
votes
1 answer

Fix mobile view for a div on desktop

I have a widget like this:
1
2
3
Mr world wide
  • 4,696
  • 7
  • 43
  • 97