Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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
  • 2462 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
  • 469 Views
  • 1 replies
  • 0 helpfuls

Resolved! select a group in assignment group field so in assigned to only particular grpmemebr see not all us

 var grUser = new GlideRecord("sys_user_grmember");grUser .addQuery("group", current.u_assignment_group);grUser .addQuery('user', '!=', current.u_assigned_to);grUser .query();var querStr = '';while (gr.next()) {if (querStr == '') {querStr = 'sys_idIN...

ishwarsingh by Tera Contributor
  • 1751 Views
  • 6 replies
  • 0 helpfuls

Resolved! 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
  • 1041 Views
  • 3 replies
  • 2 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
  • 799 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 Tera Contributor
  • 1544 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
  • 565 Views
  • 1 replies
  • 0 helpfuls