Skip to Content
Author's profile photo Kathiravan Jegatheesan

ITSM & ChaRM – Reminder / Escalation emails using Date Management (Dates and Durations) Part 1

ITSM & ChaRM – Reminder / Escalation emails using Date Management (Dates and Durations) Part 1

In few of my previous projects, I have come across the requirement to send an Automatic Reminder or Escalation email. This email has to be sent automatically when the allowed time limit exceeds. There are Standard Reminder/ Escalation email Actions available under the Service Request management for SLA escalations. However, for General Reminders/Escalations on delays in Processing, etc., there is No Standard functionality currently available in Solution Manager – ITSM & ChaRM. I hope this blog would help to handle such requirements.

I have used a sample requirement for the context of this Blog. It goes like this — When an Incident has been forwarded, the requirement is to send a Reminder/escalation email after a specific wait time if the Status is still unchanged.

Below are the Steps to do this:


Update the applicable Date profile with the Custom date types, date rules, and duration.

/wp-content/uploads/2015/12/blog_854027.png

The Custom duration is for saving the Maximum allowed time before the email could be sent.

/wp-content/uploads/2015/12/blog_1_2_854032.png

The below date types are for calculating the Clock Start Time and the Time it exceeds the allowed wait period.

/wp-content/uploads/2015/12/blog_1_3_854036.png

The Custom date rule is to calculate the maximum allowed/ wait time. In this example, it is for calculating ZFWD_LMT_MAX.

/wp-content/uploads/2015/12/blog_1_4_854037.png

The XML code for the date rule is updated as below.

/wp-content/uploads/2015/12/blog_1_5_854038.png

***If you want to use a different set of Date rules for your situation then you can refer the Blog written by Deepa Madyalkar in the CRM space Creation of Date rule using XML rules. – CRM – SCN Wiki

Assign the new Custom date types, date rules and durations to the applicable Date profile.

/wp-content/uploads/2015/12/blog_1_6_854039.png

/wp-content/uploads/2015/12/blog_1_7_854043.png

/wp-content/uploads/2015/12/blog_1_8_854040.png

/wp-content/uploads/2015/12/blog_1_9_854041.png

/wp-content/uploads/2015/12/blog_1_10_854044.png

/wp-content/uploads/2015/12/blog_1_11_854045.png

/wp-content/uploads/2015/12/blog_1_12_854046.png

The Duration can be assigned with a Default value (here I have assigned it as 24 hours) if the maximum Time limit is Fixed.

In order to maintain the duration as a variable value and make it available for edit in the CRM UI of the document check the ***Part 3 blog***.

ITSM & ChaRM – Reminder / Escalation emails using Date Management (Dates and Durations) Part 3

/wp-content/uploads/2015/12/blog_1_13_854047.png

The Settings related to SLA Escalation can be used for updating the duration.

The Current Date and time is assigned to the date type ZFWD_LIMIT when the status is changed to ‘Forwarded’. The below setting will do that. Then based on the date rule and the duration (Z_FWDDURA) the ZFWD_LMT_MAX will be calculated for the trigger point for the escalation or reminder email.

/wp-content/uploads/2015/12/blog_1_14_854048.png

/wp-content/uploads/2015/12/blog_1_15_854052.png

***The Configuration related to the PPF Action and conditions for the Escalation or Reminder email are explained in Part 2 blog***

ITSM & ChaRM – Reminder / Escalation emails using Date Management (Dates and Durations) Part 2

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jorge Luis Marquez Hernandez
      Jorge Luis Marquez Hernandez

      Hello Kathiravan

       

      Thanks for this blog. It is very helpful

       

      I hope that your are fine and can help with next.

       

      I have done same configuration to send reminder in several user status. They works very good.

       

      But It doesn't work when I configured to send a mail for status "Sent to SAP". Looks like when I set status "Sent to SAP" from SAP Collaboration. Duration settings is not triggered and action never is executed because condition is not fulfilled.

      Condition is

      &CRM Service Request.User Status& = E0004ZMIN0001
      and &CRM Service Request.Priority& = 2
      and &Current Date + Time& ≥ &Escalation High Wait&

       

      If I change the condition to any other status (example E0002ZMIN0001 In Process), It works. it means that configuration is ok. But some problem is there when I set status "Sent to SAP".

       

      Do you know something about? Do you recommend to open an Incident to SAP?

       

      Thanks in Advance.