Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Sort order on fields in activity stream

Hi (London latest patch) We have created 5 new fields on change_request. Then we have added those 5 fields to the "Change Request activity formatter", by using the "configure available fields" link   Then we make som input in the 5 fields and save t...

find_real_file.png find_real_file.png find_real_file.png
spriisholm by Giga Contributor
  • 2367 Views
  • 2 replies
  • 1 helpfuls

"XMLHttpRequest" is not defined

Hello Community members,I have a requirement to get   some external data in include script(server side).   I am   using the following code for the same but i   am getting error like "XMLHttpRequest" is not defined . var client=new XMLHttpRequest(); ...

manishk1 by Kilo Contributor
  • 9709 Views
  • 4 replies
  • 5 helpfuls

What is the best way to reclaim consumables?

Hi,I am working on Asset management implementation. I know how to assign/consume consumables (using consume button) but what is the best way to reclaim that consumable if person leaves the organization (or any other applicable) use case?Thanks in adv...

Resolved! One Click - One Question survey - Madrid

Hello, Has anyone tried out One click survey option that is documented in the docs link below: https://docs.servicenow.com/bundle/madrid-servicenow-platform/page/administer/survey-administration/concept/c_SurveyServicePortal.html The docs link below ...

find_real_file.png find_real_file.png

Resolved! Copy SCTask Variables to work notes

Hello,  I have a requirement from management to copy variables from a SCTASK to the worknotes fields and post them. The Business rule i have has created a work note and posted it, BUT it has no information in it.  Its submitting a blank worknote.  An...

aj_becker by Tera Guru
  • 3120 Views
  • 6 replies
  • 3 helpfuls

Resolved! How to add or remove choice options from sys_class_name filter?

Hi, I want to add/remove some classes from sys_class_name (Class) filter so that it shows the classes which are intended to be selected.  For example, open "cmdb_ci" table in list view. Now, add a filter and select Class - is - <any_available _option...

snow_dev by Kilo Guru
  • 5249 Views
  • 12 replies
  • 2 helpfuls

Resolved! Auto release from 'on hold' state

Hello! I'm wondering what the best way is to tackle this, please? Basically, our Service Desk Manager would like incidents that are on hold to have a specified release date. I've built in the extra state, the queue and the follow up date and time, ho...

find_real_file.png
jonny27 by Giga Contributor
  • 3588 Views
  • 5 replies
  • 0 helpfuls

JavaScript - calculate number values in a string

Hello, I am working on a script where I need a read an output and calculate the numbers at end of each line. I am trying the below script but I am unable make it further. Note: script should be able to add values of 'Local Fixed disk' ONLY.   Output ...

Paul125 by Kilo Guru
  • 2749 Views
  • 11 replies
  • 1 helpfuls

Making a Related List read-only for a specific role

Hello Community,   I have a requirement to make a Related List on a form read-only for itom_admin Role (they want it to be a static list with just information). They do NOT want the end user to have delete capabilities and Write capabilities.  I've d...

find_real_file.png
Community Alums by Community Alums  
  • 3035 Views
  • 1 replies
  • 0 helpfuls

Resolved! Assignment Group changes after Assigned To is filled in

We have agents that are members of several different groups, based on their specialties.  Also, the assigned to field is dependent on the assignment group field.  Here's an example of the issue we are having: I am part of the request group, which is ...

Ken Lombard1 by Kilo Contributor
  • 3444 Views
  • 2 replies
  • 1 helpfuls

Resolved! JavaScript - How can I covert bytes to mega bytes?

I am trying the below code to convert bytes to mb but script returning output in GB. var bytes = 68718940160; function readableBytes(bytes) { var i = Math.floor(Math.log(bytes) / Math.log(1024)), sizes = ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB'...

Paul125 by Kilo Guru
  • 10443 Views
  • 4 replies
  • 3 helpfuls