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

Forum Posts

How to return display value instead of sys_id

All other fields are returning as expected, instead of 'manager'.  How can I modify this to not return a sys_id? function onChange(control, oldValue, newValue, isLoading){ var requester = ''; if(g_form.getValue('ConfirmInfoReqOtherChoice') == 'No')...

Resolved! API Calls from designated IP addresses

  Our Chief Security Officer has asked if ServiceNow has a way to force API calls are only received from designated IP addresses. As a use case, we would like to only allow servers within our local network to be able to make API calls to our ServiceN...

Joe Handley by Tera Contributor
  • 3853 Views
  • 2 replies
  • 3 helpfuls

Hiding UI actions on service portal form widget

In the OOB Form widget there is a code line like this :      return $scope.data.f._ui_actions.filter(function(action) where does this '_ui_actions.filter refer to ? And how can I hide specific UI actions on the form widget. If I use 'Disable UI Actio...

kkronborg by Giga Contributor
  • 2732 Views
  • 2 replies
  • 5 helpfuls

how to Call cURL in servicenow

Hi guys, We are trying to integrate Servicenow with box.com box.com is providing cURL command to connect to it. so we would like to use the same in service now.   1) can we execute curl command in service now ???  2) is there any other easy way to in...

navee7777 by Tera Contributor
  • 12852 Views
  • 4 replies
  • 1 helpfuls

Lookup select box not working as expected.

Hello, I have a catalog item with a requirement to allow the user to add the CI that is impacted.  To meet this requirement I created two variables, a reference variable on sys_db_object to get the classes and a lookup select box variable to select t...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
gjz1 by Giga Expert
  • 9494 Views
  • 6 replies
  • 0 helpfuls

Resolved! Redirect portal page after submitting a request

Hey community!  Hopefully someone has experienced this and found a resolution to it.  I need to redirect the portal page after submitting a request to an order confirmation page or to the RITM.  Currently, it is going to the Request page.  The proble...

KeithM by Kilo Expert
  • 6741 Views
  • 3 replies
  • 3 helpfuls

Add Date to Subject Line for Notifications

How can I add a date to my subject line.  So, that means, every time this particular notification goes out, it will at least have the date.  This is what I have configured so far. 

find_real_file.png
DP16 by Kilo Expert
  • 3862 Views
  • 6 replies
  • 2 helpfuls

Resolved! Bulk add related list to all CMDB Class forms

I have created a table called Device Health Check (u_device_health_check) which extends from task. it stores health check tasks for devices in the CMDB.  I want to add this as a related list to ALL the CMDB class forms, so cmdb_ci_app_server, cmdb_ci...

Tim Hannah by Tera Contributor
  • 2023 Views
  • 1 replies
  • 3 helpfuls

Resolved! Current Status Widget Not Displaying Outage details

I have been asked to update the System notification & current status widgets on our self service portal to include the description from the outage record in addition to the service and time. I have successfully made the changes to a cloned version of...

find_real_file.png find_real_file.png

Resolved! Setting a UI View using a UI Action

Good day team I'm having a conundrum with setting a view using a UI Action.  It worked previously and doesn't seem to want to now.  I have used the following to set the view when a UI Action is clicked:    var link ="sc_request.do?sys_id="+sysID+"&sy...