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

Forum Posts

unable to see any changes on Incident table

function onSubmit() {    var knowledgeFlag = g_form.getValue('knowledge');    var knowledgeArticle = g_form.getValue('knowledge_article');    if (knowledgeFlag === 'true' && knowledgeArticle.trim() === '') {        alert('Please select a before submi...

neelamallik by Giga Contributor
  • 113 Views
  • 3 replies
  • 0 helpfuls

In Output screen unable to see any script

var gr = new GlideRecord('incident');gr.addEncodedQuery('sys_created_onONToday@javascript:gs.beginningOfToday()@javascript:gs.endOfToday()');gr.query(); Can anyone please tell me what is wrong with this script

neelamallik by Giga Contributor
  • 120 Views
  • 2 replies
  • 0 helpfuls

Type and Order of BRs

I want to make sure , I'm not missing something that is obvious. I have a scoped app that  has 4 business rules, Script is correct on these. Its only become issue based on type of BRs and I want all of them work in Sync by setting them to correct typ...

Kumar38 by Kilo Sage
  • 148 Views
  • 3 replies
  • 0 helpfuls

Approval Request Change Notiffication

Hello, I need help adding change request type (Normal,Emergency,Exception) in the subject line of the email.Note: Exception is a checkbox: "u_exception" and Change type field is: "type" when I added in the subject line ${sysapproval.type} it displaye...

mmotran by Kilo Contributor
  • 49 Views
  • 1 replies
  • 0 helpfuls

Unable to see any changes on Incident Form

function onSubmit() {    var ip = g_form.getValue('ip_Address');    if (!ip) {        return true;    }    var ipRegex = /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.                   (25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.                   (25[0-5]|...

neelamallik by Giga Contributor
  • 91 Views
  • 2 replies
  • 1 helpfuls

Custom flow for KB

Hi Team, I have a requirement like, When an  particular KB ( say Known Error KB) article is published, it goes for first approval to the Ownership Group (or KB Manager if none), then for second approval to the Test security group, and is published on...

ServiceNow Mobile Research Opportunity

Hi everyone!  My name is Caitlin Kenny, and I am the Staff UX Researcher for Mobile Platform topics. I currently have a research opportunity I am recruiting for that I would love to be shared out to any customers who are involved in the creation or c...