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

Forum Posts

Resolved! Calling System Property in a Business Rule Script Condition

HelloI'm currently working on a business rule to generate a record within my application once a followup threshold has been met. I've already setup a system property to hold the value of that threshold but I'm having issue applying this threshold on ...

ccorscadden by Kilo Contributor
  • 6071 Views
  • 2 replies
  • 0 helpfuls

Resolved! Glide Aggregate SUM not summing

This should be super simple, but I'm missing it. I'm merely trying to count the chats from a customer table. The field in question is set as an integer. In this first section of code I would typically use an if instead of a while, but using the while...

donaldbates by Kilo Contributor
  • 9629 Views
  • 5 replies
  • 4 helpfuls

Resolved! How To write Query for incidents opened on today

Hi,I am trying to display by using var inc = new GlideRecord('incident');   inc.addQuery('opened_at', today);       inc.query();But, am not getting output for this.If Any one aware of this help me.Regards,jennifer

jenny32 by Tera Guru
  • 5976 Views
  • 3 replies
  • 0 helpfuls

Resolved! Customize Form layout for CI Form

Need to personalize form layout for CI forms. Need to pull some fields and rearrange it for all the CI Class. The problem is we have more than 100 class in CI table. Need to open all the CI forms and changing it will be a tedious work. Is it any easy...

aladpereira by Mega Expert
  • 7158 Views
  • 19 replies
  • 0 helpfuls

Resolved! Reference field showing short description not number

Hi Team - I am having an issue which I think is a quick fix but I am unable to find it   Scenario:Incident has come in but should be demand.On the incident ticket the user selects UI Action "Create Demand"This creates the demand as expected (code bel...

andrewdunn by Giga Expert
  • 3392 Views
  • 2 replies
  • 7 helpfuls

Validate hyperlinks in knowledge articles

I'm looking for an efficient method to validate hyperlinks in knowledge articles.   I have approximately 2000 knowledge articles with many embedded links that point to other articles within ServiceNow as well as external systems.   The worry is that,...

staceybailey by ServiceNow Employee
  • 4466 Views
  • 3 replies
  • 5 helpfuls

Resolved! Data imports from email attachments

I'm trying to find a way to import data from an email attachment - this is a status update from an external supplier of the change requests that have been passed to them, and it could arrive at any time, not necessarily according to a regular schedul...

Resolved! Hide assignment groups from the list

Hello,Can someone point me in the direction of how, when in an incident, I will be able to hide/remove certain assignment groups from the list - if the logged in user is not a member of certain groups?   Many thanks,Dan

Dan Brown2 by Kilo Sage
  • 3456 Views
  • 4 replies
  • 1 helpfuls

Sending notification after period of time

I am in the need of sending a notification in a change management form. The notification that needs to be sent out is when the ticket has been in the open state for longer than a day it needs to send a notification to the person who is assigned to th...

codedude by Mega Expert
  • 2480 Views
  • 2 replies
  • 0 helpfuls

Resolved! URGENT!!! Save the form when the pop up closed by the user

Hi Experts,I have a requirement where I am calling a UI page to perform some action on the form. First the user opens the form, modify the data and click on the ui action, there I am calling a ui page which displays a pop up to perform some action. I...

Resolved! Which javascript framework used by ServiceNow ?

Hi All,Please let me know which javascript framwork used by ServiceNow.  jQueryPrototypeMooToolsDojoAngularJSIf ServiceNow using some javaScript framwork can we access that using some object.e.g.If we use jQuery or Prototype we need to use $ to acces...