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

Forum Posts

Resolved! Changing a field name

Hello,I think my question is pretty straight-forward. How do I change the displayed name of a field on the Task table without changing the displayed name of that same field in a different form? I thought this could be done by just personalizing the l...

Resolved! Autogeneration skipping numbers on Custom table

I have setup auto generation of Record Numbers using the getNextObjNumberPadded() function.But i have observed that the system is skipping a number while creating a new one. Suppose the last one was PQR0016 then the next one is coming as PQR0018.Also...

Subhajit1 by Giga Guru
  • 2663 Views
  • 6 replies
  • 1 helpfuls

Moving incidents between teams - Best practices?

What are best practices for moving incidents between teams ? We have just started out and looking for information on how best to handle incidents that leave the service desk to other teams.   Specifically :How should the escalation team move the inci...

Resolved! Choice vs Reference

What is the difference between the Choice field type and the Reference field type? In Managed Documents, the Type (document type) field shows it is a reference field when you right click and select Show- 'type' , but it seems to be behaving like a Ch...

She Sull by Giga Guru
  • 4876 Views
  • 12 replies
  • 2 helpfuls

Follow up - e-mail notifcation

Morning all.I'm a little stuck trying to set up "Follow Up" feature in the incident form.I'm trying to set up an e-mail notification to fire off to whoever the incident has in the "Assigned To" field, condition being when the follow up time is within...

Inventory Check In/Check Out

Is it possible to track temporary inventory check in/check out with ServiceNow? Specifically, the IT department has a need to temporarily loan items in their inventory (for example, A/V equipment) to other non-IT departments. Any direction would be a...

sbridge by Giga Contributor
  • 3286 Views
  • 3 replies
  • 0 helpfuls

Cloning a Change with Change Tasks

We have a UI Action called "Clone Change" that makes a button that allows a Change to be cloned. action.setReturnURL(current); current.number='';current.state=1;current.active=true;current.u_send_approvals=false;current.u_task_work_effort='';current....

dlivingston by Giga Contributor
  • 1934 Views
  • 2 replies
  • 0 helpfuls

edit ci relations from the CMDB

First let me start off by stating my ACLs:Type: recordOperation: writeName: cmdb_ci.*Script: answer = (gs.hasRole("asset_admin") || gs.getUser().isMemberOf(current.support_group));Purpose: This allows asset admins as well as members of the current su...

garyopela by ServiceNow Employee
  • 2628 Views
  • 2 replies
  • 0 helpfuls

Changing display value of --None-- for Service Catalog variables

http://wiki.servicenow.com/index.php?title=Customizing_Choice_Lists#Changing_the_--_None_--_Display_ValueThe above article shows how to change the display value for the --None-- option on a choice list in a form, but is it possible to change the disp...

zachkenyon by ServiceNow Employee
  • 4410 Views
  • 4 replies
  • 0 helpfuls

Resolved! PAIN Value Calculation

Hi AllI've been pretty good with my scripting within SN but I'm having an issue that I'm hoping someone can help with. Our Problem Manager asked for a PAIN value field to be added to our problem form, which is all good.I'd like to write a script to c...

karl_james by Kilo Explorer
  • 3336 Views
  • 15 replies
  • 0 helpfuls

ACL on single record

Hello Community,         I am creating a Business and Technical Service and I want to restrict access to this specific record. Such that it is not an option in a reference field pointing to the Technical Service, and cannot be viewed by anyone who do...

Ken83 by Mega Guru
  • 1242 Views
  • 4 replies
  • 0 helpfuls

How to redirect to another URL

I want to redirect from "x_snc_diagnosisnow_logindetails" Table to "x_snc_diagnosisnow_searchdoctor" Table after clicking the submit button in first form.I am inserting the snapshot of the same.Please tell me how to do this.

Capture12.PNG
sammy12 by Kilo Explorer
  • 5366 Views
  • 3 replies
  • 0 helpfuls

Resolved! Workflow IF Condition Statement

Hi Community,I am new to java scripting and having some trouble with implementing an "IF" condition for a service catalog item.   The condition for this activity is a (dropdown selection) variable called "device_model".   The two selections are Virtu...

if condition.PNG
mev1 by Giga Contributor
  • 6454 Views
  • 3 replies
  • 1 helpfuls

Resolved! Querying/Filtering Incidents by When They Were First Updated

We'd like to be able to list incidents that were updated within a certain amount of time of being created. Using the normal filters, this isn't possible as the Updated and Updated By fields only keep track of the most recent update. I thought there m...

taylorbarber by Kilo Contributor
  • 3287 Views
  • 4 replies
  • 0 helpfuls

Resolved! Pulling Approvers from Affected CIs

Hi,I am trying to automate the change process to pull a list of approvers from all the affected CIs when the change state is set to 'Approval requested'.I can get it working when i pull from a single Reference field on a CI but many items have multip...