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

Forum Posts

How to send with rest message a form-urlencoded body?

Hi, how can I send these values ​​via rest message? key: client_id, value: 1234 ||key: client_secret, value: 5678?I'm trying to do this via a fix script in servicenow:  var r = new sn_ws.RESTMessageV2('rest goSign token', 'GETTOKEN'); var response = ...

Resolved! getUniqueValue how does it work to return users?

Hi all,  I have the following code which works as intended, but I don't fully understand why.  The function takes in a user, finds their manager and then returns a list of all the users said manager manages. Why/how does the code in red/bold return t...

gunishi by Tera Guru
  • 1318 Views
  • 3 replies
  • 2 helpfuls

Resolved! How can i load bulk data in user table?

I want to automate the loading of bulk user records in user table. Whenever user tries to submit the request on the ServiceNow portal he will attach the excel sheet which contains list of the records so using that excel sheet how can I automate the l...

divyal09 by Tera Contributor
  • 1033 Views
  • 2 replies
  • 1 helpfuls

Resolved! Detect deleted records using REST API

Uusing servicenow as a web service provider and will be reading records using TABLE API for a given duration. For same duration, want to know how to find deleted records using Rest API.

Hapatil by Tera Contributor
  • 2278 Views
  • 10 replies
  • 0 helpfuls

How to write a HTML code from Email notification script

Hi,   I have below lines of code which i want to call in notification script.   <table style="font-weight: 500; font-family: museo-slab,sans-serif; border: 0px solid black; border-spacing: 0; width: 100%; text-align: center; max-width: 800px; margin:...