Guided Learning: ITSM fundamentals
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

email script notification

(function runMailScript( /* GlideRecord */ current, /* TemplatePrinter */ template,    /* Optional EmailOutbound */    email, /* Optional GlideRecord */ email_action,    /* Optional GlideRecord */    event) {    var number = current.number;    var re...

Bhavani1995 by Tera Contributor
  • 531 Views
  • 8 replies
  • 0 helpfuls

knowledge

(function executeRule(current, previous /*null when async*/) {    var kb = new GlideRecord('kb_knowledge');    if (kb.get(current.document_id)) {        if (current.state == 'rejected' && previous.state != 'rejected') {            var author = curren...

Bhavani1995 by Tera Contributor
  • 150 Views
  • 1 replies
  • 0 helpfuls

ACL requiremnet is not working for me

Hi Team, I'm practising one senario o ACL Senario: Only spefic group memebers can see/edit/write  the P1  Incidents other groups memebrs cannot see the P1 incidents.I tried using1) table.none  2) assigne role to ACL3) write a script Still it's not wo...

desaiakash0 by Tera Contributor
  • 294 Views
  • 3 replies
  • 0 helpfuls

Knowledge

In this notification KM: Article rejected for publish In the advanced script, the line:answer = gs.getProperty('glide.knowman.enable_approval_notification', 'false');and this is called in the system property and set to true but still the author and u...

satya1995 by Tera Contributor
  • 305 Views
  • 3 replies
  • 0 helpfuls

Resolved! ITSM- Request Management

Hello, Today I went through Request Management, and I got to know that after checkout an Order request is raised and if price is greater than 1000 dollers then eric has to approve it or RITM is created. But my main doubt is where we define that eric ...

ramasatyasa by Mega Contributor
  • 347 Views
  • 3 replies
  • 3 helpfuls

knowledge

As a Knowledge Manager / Admin,  I want to research and validate the CSV/XML import process for mass-migrating knowledge articles so that we can efficiently transfer content from external word documents. 

Bhavani1995 by Tera Contributor
  • 173 Views
  • 1 replies
  • 0 helpfuls

Snow Knowledge Exchange - Number Maintenance

Hi Team , During data load, we have observed that whenever a new record is created, the number is incremented by 1, even if the record is not saved. To address this, a solution is to set the system properties (glide.itil.assign.number.on.insert) to t...

pgarg_0-1704291350983.png
pgarg by Tera Contributor
  • 887 Views
  • 1 replies
  • 0 helpfuls