- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 11:08 PM - edited 08-24-2023 11:11 PM
Can anyone help me @Ankur Bawiskar @Vasantharajan N @Pradeep Sharma
As I need to display the business elapsed percentage of SLA results as Round number in the SLA Email Notification.
Currently it's triggering as mentioned in the below screen shot
So I need to display the business elapsed percentage of SLA as 50% only not 50.11% in the Email Notification.
As currently I had configured the Email Notification as mentioned in below screen shot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 05:21 AM - edited 08-25-2023 05:26 AM
@Arjun Reddy Yer - Please include '%' after you do round of in the subject. I've highlighted where you need to include.
Math.round(current.business_percentage) + "%"
For your reference
Result
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 01:33 AM
@Arjun Reddy Yer - Please use email.setSubject() in your email script to set the right subject.
Result
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 01:52 AM
Do I need to mention that email script in subject of email notification or just mention in email content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 02:14 AM
@Arjun Reddy Yer - Not required. Just include the mail script which override the subject that you set in the email notification
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 02:49 AM
but it should display with Target SLA which is Response or Resolution in subject line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 03:54 AM
@Arjun Reddy Yer - Please use "current.sla.target.getDisplayValue()" in the email notification script to set whether it's Response/Resolution. Refer to the screenshot below
Thanks & Regards,
Vasanth