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

Forum Posts

email script to add delegate of approver user in cc

Hi All, I have used below email script to add delegate of approver user in cc of notification but the script is not working. (function runMailScript( /* GlideRecord */ current, /* TemplatePrinter */ template,    /* Optional EmailOutbound */    email,...

access notification

Hi Folks,we have several catalog items for access related, now what we want is, whenever access is given to the user, user should be notified stating that your requirement has been completed pls do verify.  How can we achieve this ?Looking for your h...

pramn by Kilo Sage
  • 400 Views
  • 3 replies
  • 0 helpfuls

Assignment group read only

Hi Team, I have to make assignment group (which is mandatory) read only, based on the a choice field and the roles of a user i.e.., I have field named "desk" with 3 choices "it", "hr", "dat entry" and the field will be populated with "it" when the fo...

DSV22 by Tera Contributor
  • 978 Views
  • 7 replies
  • 0 helpfuls

Remove KB Article Author/Revised By Field from Agent Workspace

I am attempting to hide the author or revised by fields globally for any knowledge article. Here's what I've done so far:  Hide in Service Portal: Clone the KB Article Page widget and comment out the code that inserts the author information, then edi...

Kayla_K by Tera Contributor
  • 1418 Views
  • 1 replies
  • 0 helpfuls

Hi All

HI All, I have Create Custom table 'certificate table' in that table have one button called 'create task'.whenever user click the button auto-matic gentaed the Request task, values automatic takes the certificate table   

bashashaik_0-1730200455509.png
basha shaik by Tera Contributor
  • 329 Views
  • 1 replies
  • 0 helpfuls

How to show attributes for a reference field?

Hi All,I have a new reference field created which is a referenced to Business App table. Whenever I select a Business App, the field should populate with number field not name field. I want the 'Number' field to populate instead of the 'Name' field i...

User205031_0-1730123055772.png
User205031 by Tera Contributor
  • 456 Views
  • 2 replies
  • 1 helpfuls

Replace GlideRecord with GlideAggregate and a 'COUNT' aggregate

Hi All , I have a requirement where I want to replace  GlideRecord with GlideAggregate and a 'COUNT' aggregate , How can I do it The functionality of the code should not be changed , I just want to replace GlideRecord with GlideAggregate and a 'COUNT...