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

Forum Posts

notification when Service request SLA reaches 90%

HI Team - can any one pleasse help me on this requirment  How To start sending auto triggered mails when the Service request SLA reaches 90% SLA .  we have already configured SLA on requested item table please help me wth configuration steps .  Thank...

Resolved! UI builder - How can i get these tabs configured in Ui builder

In Ui builder can we get the tabs configured as the image showed above ?The requirement is to show all the child tasks as tabs for the individual to work simultaneously even related list to show as this instead of tabs inside of the record. How can i...

Kachu_0-1766092107045.png
Kachu by Kilo Sage
  • 1636 Views
  • 17 replies
  • 0 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...

Resolved! 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
  • 636 Views
  • 4 replies
  • 4 helpfuls

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
  • 485 Views
  • 4 replies
  • 1 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
  • 475 Views
  • 5 replies
  • 2 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
  • 117 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
  • 193 Views
  • 2 replies
  • 1 helpfuls