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

Forum Posts

Resolved! How to schedule an email notification for every two weeks

Hi, I have a requirement to send an email notification for every 2 weeks if the ticket is in "investigation" state for 2 weeks, and another email in 4 weeks and next one 6 weeks and so on... Below is the scheduled job i created which will trigger dai...

kkswamy by Tera Expert
  • 5703 Views
  • 9 replies
  • 1 helpfuls

Resolved! Call an event/notification in Scheduled Job

Hi all ,I need to trigger a notification for the records when their Implementation date is less than 11 months old .I have created a Scheduled Job and provided the conditions.Can anyone suggest how we can get the notification triggered in a Scheduled...

vimmykhurana by Kilo Contributor
  • 11088 Views
  • 7 replies
  • 3 helpfuls

Best Practices: Ways to Follow a ticket?

Users are interested in following RITMs, catalog tasks, and incidents... what's the best means of doing so? What's the difference between the Watch List vs the Follow button? Are there other approaches people find helpful? Tag + filter or report? Som...

JP-ODU by Tera Guru
  • 3936 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to leave top 100 records and delete the remaining ?

Hi Experts, I got a requirement to leave top 100 records and delete the remaining. var gr = new GlideRecord("custom table");gr.orderByDesc('created');gr.setLimit(100);gr.query();while(gr.next()){gr.deleteRecord();} By using above script i am able to ...

jay1111 by Kilo Guru
  • 2515 Views
  • 10 replies
  • 8 helpfuls

TASK_SLA bulk repair script.

I have a requirement to repair one common SLA in each of the incident ticket. I tried doing it in TASK SLA Repair option, but it updates the ticket work note with the wording "User experience SLA has been removed from 'Task' table" and it is updated ...

Resolved! Removing line on labels

I am using labels as a way to have notes on my forms, but I do not like how they are underlined. Is there a way I can remove this line?Thanks

test1.PNG test2.PNG
tgcorbin by Mega Contributor
  • 4232 Views
  • 5 replies
  • 9 helpfuls

Resolved! Add multiple dependants in field for Choice

Hi all, Is it possible to add multiple references/qualifiers in the Dependent Value field for a Choice in a list. The scenario at hand, is I have a custom app that operates across seven regions. The Category dropdown is different for all regions. How...

find_real_file.png

Order Guide Approvals

Hello, We are currently working on the Order Guide wherein we have almost 30 catalog items to be used and in all the items we have Manager approval.We want a single notification at the order guide level to the Manager which will contain all the Reque...

samruddhi by Mega Contributor
  • 1493 Views
  • 1 replies
  • 0 helpfuls