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

Forum Posts

parsing multiple objects in json response

am calling an external json service (nodeping) and am getting an array of my checks back in jsonI would like to be able to decode it and loop over my objects to see if I need to create any incidents from the responses and I have been looking for an e...

damiendye by Kilo Contributor
  • 4617 Views
  • 4 replies
  • 1 helpfuls

Approval notification to user RITM

I would like to send an e-mail to user requested an item from the Approval table, if the approval is rejected.I created an e-mail in Notification module and I set these parametres:Table: Approval;When to send:Inserted/updatedCondition: State is Rejec...

Increase the length of the text for a checkbox

How can I increase the length of the text for a checkbox?I reviewed an article in the community that talked about increasing the length of the dictionary entry, but that didn't do anything unless I am missing something.Thanks,Karen

find_real_file.png
Cupcake by Mega Guru
  • 2375 Views
  • 6 replies
  • 1 helpfuls

Using STARTSWITH operator in Business Rule scripting

Hi, i have the below script written for after insert business rule. The if condition checks are not working as expected.if(current.u_message, 'STARTSWITH', "The filesystem \"/var\"   is full"){gs.addInfoMessage("file system");grInc.setValue("assignme...

akalya by Kilo Explorer
  • 13424 Views
  • 3 replies
  • 3 helpfuls

Resolved! Hide button with onChange Client Script?

I have the below script that is currently not working. I need to hide the "Complete Task" button if the state changes to any of the following. "-940", "-941", "-942", "-943". Can someone help me correct this script?function onChange(){       //If the...

Resolved! Issue with Edit Button in a related list

Hi all,we have an issue with the Edit Button in a Related List.First of all, I have to describe you the situation as it is.We have two custom tables, table Component and table Blueprint. In the form of the Component we have a List Field with the blue...

gabrielon by Kilo Contributor
  • 3093 Views
  • 5 replies
  • 1 helpfuls

Resolved! Scoped Application - Access to Configure Choices

I've created a new scoped app for our finance team that seems to be working as intended however it's still in UAT.One problem I can't solve and have been investigating for a while is that a user who has administrative rights to the application throug...

find_real_file.png find_real_file.png find_real_file.png
amacqueen by Mega Guru
  • 3356 Views
  • 3 replies
  • 0 helpfuls

Best practice for inbound emails - how do you do it?

Hello everyone,I would like to hear how do you deal with reply emails in your instance. As you know, there is an issue with pointing the system to the correct record. A Good example would be :1. I send email, to ServiceNow mailbox, but several other ...

JK1 by Giga Expert
  • 3583 Views
  • 8 replies
  • 3 helpfuls

Using \$cookies with Service Portal Widgets

I have created a Service Portal Widget that I use to lookup an item. I then set this to a cookie in AngularJS using$cookies.put('mycookie', 'myvalue');I am hoping to use this cookie in various other widgets during a session on the Service Portal.The ...

krr by Mega Guru
  • 3223 Views
  • 1 replies
  • 1 helpfuls