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
  • 579 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
  • 166 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
  • 303 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
  • 320 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 Giga Contributor
  • 387 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
  • 189 Views
  • 1 replies
  • 0 helpfuls