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

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

Forum Posts

Record Producer

How to redirect a user to a another record producer based on the variable selection made in the Record producer.Eg: User opening a Create incident record produce which has a variable A(choice field). If he select option 1 in the variable A choice fie...

Resolved! Auto-Close Incident when Incident Tasks are Closed

I have some Incidents (INC) that contain Incident Tasks (TASK) and would like the Incident to auto-resolve when all Incident Tasks are closed to prevent anyone from having to manually resolve the Incident ticket itself (all actionable items are conta...

find_real_file.png
bvarian by Mega Contributor
  • 10090 Views
  • 15 replies
  • 8 helpfuls

Required help on configuring with twilio

HI Team, At present in our instance we have twilio integration which was enabled for calling and sending sms for major incident ticket, the same functionality  that  is calling and sms should be enable for P2 ticket as well on the incident module. We...

Convert small letter to capital letter

There are two fields last name and name. So when I enter something in last name field. The first letter it needs to be populate in name field.  I used below code:Using onchangeVar name1= g_form.getValue('lastname');Var f1= name1.charAt(0);g_form.setV...

User_267 by Tera Contributor
  • 991 Views
  • 2 replies
  • 0 helpfuls

Script include for service catalog

Hello Team, Am trying to auto populate user location in service catalog using script include method and client script, when ever am selecting username.  Below is the client script i have written:function onChange(control, oldValue, newValue, isLoadin...

UmeshGowda by Tera Contributor
  • 1127 Views
  • 8 replies
  • 0 helpfuls

dependent help

We have created 2 fields both are reference field.Parent (L1)Name (l2)Now The Requirement is L2 Commodity code depends on L1. If you choose any L1 on the children of that L1 should be available to choose in the L2 reference field. We have excel too  ...

Pramod5 by Tera Contributor
  • 560 Views
  • 2 replies
  • 0 helpfuls

Resolved! Autopopulate number using options

So there are 2 fields in a catalogue item- one is Name and other is code.Name is select box type. So it has multiple options like Ai, Dm, dj, gu, ji, kl, nv.So when someone selects ai or DM or DJ then it needs to populate 78 number in Code field.And ...

User_267 by Tera Contributor
  • 717 Views
  • 5 replies
  • 0 helpfuls

Aut flush / cleanup table

Hi guys Are there any recommendation on the number of seconds that you can set on the "Auto Flush" especially for the sys_log tabel? Right now its 90 days - don't even know if that it OOTB. Thanks in advanceSøren