- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-17-2019 08:34 AM
I got a request to add a new field helping the ITIL users to get a reminder notification when they have to call a user or a provider back.
So, I added a reminder field in the ITSM template to allow them to put a date/time for a simple reminder as you have on your smartphone.
How I did - step by step :
1. I added the field in the template : incident --> configure --> form layout --> create new field --> reminder (u_reminder)
********************************
2. went to System Policy --> event registry --> new event
Event Name : incident.reminder
table : incident
Application : Global
******************************
3. Went in Business rules, create a new business rules:
Name : incident.reminder
Table : incident
Priority : 100
Active and Advanced : on
- 'When to run' page
When : async
order : 100
insert, update : on
- Filter conditions :
reminder is not empty
reminder changes
NOTHING IN 'ACTION PAGE'
- 'Advanced' page :
script is :
(function executeRule(current, previous /*null when async*/) {
gs.eventQueueScheduled("incident.reminder",current, current.number, current.sys_updated_on, current.u_reminder);
})(current, previous);
then save
**************************************
Go on notification through event registry and create a new notification.
Name : incident.reminder
Table : incident
Category : uncategorized
Send when : Event is fired
Event name : incident.reminder
None conditions or advanced conditions are needed
Who will receive :
Users/Group in field : assigned to
send to event creator : on
What it will contain : it's all up to you 😉
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hello
I am also trying to achive same thing by informing my users about the incident raised by them.
I came across this article of yours.
Does this work???
Regards,
Renu.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi, Can you be more specific with your question?
Do you want to add more details so that we can understand
This functionality will work!
Regards