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

Forum Posts

Probe timeout on Powershell Activity

While executing a Powershell activity on a MID Server via a workflow, every so often it fails due to a probe timeout.Fault: Probe timeout reached: terminatingAny idea how to configure the probe timeout? I want to increase it as it's erroring in about...

TimbitGrrl by Kilo Contributor
  • 4267 Views
  • 9 replies
  • 0 helpfuls

Email Notifications based on Parent Record

Hello,I would like to trigger some Change Task notifications when the State on the Parent Change Request is updated to certain values. Should this work using the notifications based on when a record is "Inserted or Updated"? It seem like it should, b...

How to configure a derived columns in the table

I would like to have derived columns in a table. the value of the column is depending on the other column value. (Example , age which is derived from the data of birth column). please adivse me how to populate the value for the derived column. Thanks...

Create Template from Script

Hi,Does anyone know if there is anyway that I can create a template "sys_template" from a business rule populating the template field using values from a from on a table?I have created an "Event Management" Table with an Event Task table. Sometimes e...

re-number old records

Hi all,I have a table that I want to update all existing records with an ID number. How can I do that with a script?any ideas?Thanks!

Joining CMDB CI and Audit tables via sys_id and documentkey

Hi all,I am trying to create a database view. In theory it should be simple. Table A is the cmdb_ci table, table B is sys_audit table. I would like to produce a view where it lists the cmdb_ci items with their corresponding audit activities (field na...

AdityaTW by Mega Contributor
  • 3434 Views
  • 7 replies
  • 0 helpfuls

Set font color in a script?

I am displaying the Caller's phone number on the incident form and setting it to read-only through a script. The script displays the phone number field only if it contains a value, and uses setReadOnly() to set it to read-only. The problem I am havin...

jgerckens by Kilo Explorer
  • 4059 Views
  • 12 replies
  • 0 helpfuls

Reporting - setting thresholds

I have a report that I'd like to run on the number of incidents of a certain template showing the count by user. I currently have this set up as a bar chart, and then it shows a list below with all of the data. I have about 15 users with 2+ incidents...

GlideList and Transform Map

Hello,I am trying to set up a Transform Map to import data into a Glide List field. The filed is use to store platform information (Windows 7, Windows 8, etc.).I have a set of four records I am trying to import from a spreadsheet:Name PlatformCLV MAI...

Get a list of incidents

I'm just getting started with servicenow integrations and c-sharp. I've been working in c-sharp for a while, but don't think i'd call myself an expert. I tend to start small and work up so for my first task, I wanted to create an app that would retur...

Deep link URLs

Hi,We are looking to generate email links that take users direct to tickets and applications via a CMS interface.. We've not been able to find a URL format that works...i.e.https://myinstance.service-now.com/incident.do?sys_id=6dd430ff3067d4005fe39de...

ablakey by Kilo Explorer
  • 8593 Views
  • 12 replies
  • 0 helpfuls

How to generate full name for Hierarchical object

Hi,I found an interesting Business Rules in ServiceNow to generate the full name for a Location.BR : Location - generate full name var r = new Packages.com.glide.glideobject.HierarchicalReference(); r.generate(current); I would like to do the same t...

smarti37 by Kilo Sage
  • 7278 Views
  • 4 replies
  • 4 helpfuls

How to calculate the approval Duration?

I want to calculate how long did it take for an approval to approve the request?Based on that field, we need to do reporting. please help how to calculate the duration?

Ruchi19 by Mega Contributor
  • 4718 Views
  • 6 replies
  • 1 helpfuls