We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Launch Updated Workflow on Existing RITMs

We are about two months into using ServiceNow at our organization.   After using and identifying enhanced capabilities, our users are asking for updates to existing workflows to make their work easier and more automated.We have updated a particular w...

kevinthury by Tera Guru
  • 3282 Views
  • 2 replies
  • 1 helpfuls

Resolved! Service Portal - Viewing team tickets

In our Service Portal that was developed by a third party, we have a section along the top of the screen with personalised options for the logged in userClicking on the User name brings up the user record and they can get to the Knowledge base and Se...

find_real_file.png
davidreid by Kilo Contributor
  • 6738 Views
  • 8 replies
  • 6 helpfuls

Resolved! Always use selected currency, having multiple currencies

I'm developing an invoice tracker for an international department and am running into an issue with localization.A department needs to see the correct currency for each invoice. But if a locale is set properly for each user, it converts the shown amo...

Duodecimal by Giga Guru
  • 6652 Views
  • 5 replies
  • 1 helpfuls

Resolved! Client Script to set the value

Hi All, Will anyone help me come up with a client script that will copy the value of a subcategory to the Configuration Item field?   I can't write javascript and am in a hurry I believe it it should be "on change" type.Incident tablepsuedo scriptIf ...

carlh by Kilo Guru
  • 23030 Views
  • 41 replies
  • 11 helpfuls

ServiceNow doesn't recognize SAML response from IdP

I'm configuring SAML2 authentication, all the setting look fine, but when user tries to login it gets redirected to the Identity Provider and successfully logins there, then IdP redirects the user back to ServiceNow and ... the user is still not auth...

oleg7 by Tera Contributor
  • 5839 Views
  • 8 replies
  • 1 helpfuls

Delete Archive Records

How do we delete archived records?On the archived table, but I am not able to delete the records via list, background script or scheduled job.Records get archived after 6 months of creation date and I need the records automatically deleted after 3 ye...

aamirbilalm by Kilo Explorer
  • 2987 Views
  • 2 replies
  • 0 helpfuls

GlideAggregate and grouping records

Hey guys,I need some advice on how I should go about this.The Problem: These are the two tables I currently have ( I have left out the fields that are not important):Case TableHR NumberStateHRC0001000ProcessedHRC0001000CancelledHRC0001001ProcessedHRC...

raed1 by Giga Contributor
  • 11401 Views
  • 1 replies
  • 1 helpfuls

Resolved! Return complex JSON object from Script Include

I am having a bit of trouble returning a JSON object of objects. The object is creating correctly, and the attributes are creating correctly, but there are no values on the attributes.var results = {};var valObj = {test1: "test", test2: "test2"};resu...

rako by Kilo Expert
  • 13888 Views
  • 8 replies
  • 2 helpfuls

Copy attachment with Client Script

Hi!I have a need to be able to populate an image field when a reference field is populated/changed. I looked at this How to add at default image to an image field on the Incident form. and that works awesome as a business rule, but I need this in a c...