We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

How to create/update/close incidents using Java rest API

Hello guys, I'm new to servicenow, and I read the doc but I got lost. not what I used to. Here my requirement is I need to create a new incident with the Java code. and updated/close it while creating incident I want to assign it to a user/group of u...

Ikenahim by Kilo Explorer
  • 7027 Views
  • 4 replies
  • 0 helpfuls

Resolved! Does anyone know how the $sp.getVariablesArray() call work?

The request fields are not displaying for the "Request Fields" portal widget. Through logging and testing, I am getting a blank/empty array for the $sp.getVariablesArray() Portal API call. I have read through all of the documentation and there is not...

nicksoltis by Kilo Expert
  • 2878 Views
  • 2 replies
  • 2 helpfuls

Resolved! Displaying child tasks under the parent project

Hi all I have a tas table and a project table, the task table has a parent reference field to parent projects. i want to display the child tass under the parent project, similar to what is shown below can anyone help?

find_real_file.png
Kev McLeod by Kilo Contributor
  • 2212 Views
  • 1 replies
  • 0 helpfuls

Widget: parse response from c.server.get

c.parameters = {sys_id: sys_id, action: "getCustomerBySysId"};               c.server.get(c.parameters).then(function(response) {                       console.log("customer", response.data.customer);                       console.log("name", respons...

stryker129 by Mega Guru
  • 6655 Views
  • 9 replies
  • 2 helpfuls

Resolved! Specifying a View for a Module

We are working in the Application Portfolio Management scoped application. We have the Business Applications module which displays / uses the Business Application view:     We've now built a new module and view to display each Application Owner's l...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Sue Frost by Giga Guru
  • 10172 Views
  • 6 replies
  • 12 helpfuls

Resolved! Dynamic filter Vs Advanced Filter

Hi, While I've worked with advanced reference qualifier I haven't worked with dynamic reference qualifier.  Could someone share their experiences with advanced and dynamic reference qualifier? When would you go for advanced reference qualifier and wh...

G Balaji by Kilo Guru
  • 4251 Views
  • 2 replies
  • 6 helpfuls

Before insert/update BR is updating the record after insert

Hi All, I have a before insert/update BR that is populating a few fields based on service offering or company depending on what is provided. This has been working fine for a long time. I've been building a REST integration and i have an after insert/...

Dubz by Mega Sage
  • 1644 Views
  • 2 replies
  • 0 helpfuls