Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Everbride Inegration

Hi, I am currently working on Business Continuity Management with Everbridge integration for mass communication. When I create an emergency notification for a crisis event, it throws an error, "Specify valid Incdent Template ID in the Connection and ...

Import Set API

(function process(request, response) {    var bodyText = request.body.dataString;    if (!bodyText) {        response.setStatus(400);        return { status: "Error", message: "Missing request body" };    }    var body = {};    try {        body = JS...

Import Set API

I am working on import set API:(function process(request, response) {    var bodyText = request.body.dataString;    if (!bodyText) {        response.setStatus(400);        return { status: "Error", message: "Missing request body" };    }    var body ...

Resolved! GlideImportSetLoasder and GlideImportSetTransformer API

Hi Community,I’m working on a requirement within a scoped application where I need to automate the “Load Data” process from a Data Source using script, and then programmatically trigger the associated Transform Map to move the data into the target ta...

kanishkamal by Tera Contributor
  • 2122 Views
  • 2 replies
  • 2 helpfuls

REST PI for Python

Hi Community, I would like to communicate with our platform via Python to monitor some relevant performance KPI's. I also want to evaluate how to interact with the platform with Python. Is there anybody open to have a conversation about this topic?Th...

LutzS by Tera Contributor
  • 673 Views
  • 2 replies
  • 0 helpfuls

Resolved! make ownership group field mandatory with a banner message

i have a task to make the Ownership group field mandatory when the state of a review is changed from Draft to Review.  I  have a ui policy that does the following Condition: Workflow is 'Review'  Action:  Mandatory:  True                Vislble: True...