Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! Scripted REST API - dynamic URL

Is it possible to create a scripted REST API method with a dynamic URL? For example, using this URL to make the REST call:https://<servicenowURL>/api/x_uob15_living/ticket/TCK12345/comments Where TCK12345 is the reference number of an existing ticket...

Colleen by Tera Expert
  • 1531 Views
  • 5 replies
  • 0 helpfuls

GlideQuery aggregate count null

Why is this GlideQuery returning count: null ? var example = new GlideQuery('incident') .where('sys_created_on', '>=', new GlideDateTime('2025-01-01 00:00:00')) .groupBy('priority') .aggregate('count', 'number') .having('count', 'number'...

Colleen by Tera Expert
  • 938 Views
  • 4 replies
  • 0 helpfuls

Field Mapping UI Bulider

Does anyone have an idea on how we can directly edit fields in Workspace? I’ve used a simple list component in UI Builder to implement field mapping with some filters. I just need help on how to make it more dynamic and editable within Workspace and ...

Resolved! Hide Day from Duration variable

Hi I want to remove days and seconds in the catalog item as shown in the attachment. I tried code from: https://www.servicenow.com/community/developer-forum/show-hours-only-in-duration/m-p/1598089but I have an error :" ErrorThere is a JavaScript erro...

PiotrekL by Tera Expert
  • 856 Views
  • 3 replies
  • 2 helpfuls

Hide a button on the now experience framework

Hi, How can we hide the 'Generate Labor costs' button on the financials section of the new Project workspace ? It is defined on the 'financials Cost Default' UX macroponent definition but we are looking for an easy way to remove the button without ma...

Rachna S by Tera Guru
  • 1290 Views
  • 11 replies
  • 0 helpfuls

License for Resource Management

Hi Team, Please help me with the all the licensed roles , that will be required to implement OOB Resource Management.We are going to follow the resource assignment feature instead of Resource Plan.Please help me with the required roles. @Namita Mishr...