Change the labels for values ("true" and "false") to the text required(Eg. "SLA Met" and "SLA Not Met") while creating an Incident SLA report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 07:58 AM
Change the labels "true" and "false" to the text required(Eg. "SLA Met" and "SLA Not Met")
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 11:51 AM
you can create database view and then you can change field values of database view .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 11:40 PM
Kindly guide me the steps. I have to change "Has Breached" field values from true or false to "SLA Met" and "SLA Not Met" respectively.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 12:23 AM
Hi Prajakta,
"Has Breached" field is a "true/false" dictionary type.
Instead of updating the OOB field values as it might impact, you can create a new field with the above choice values.
Create an onchange client script, when the "Has breached" value changes based on that your new field value will be changed.
Hope your using this new field for reporting purpose.
If my reply has helped you,Kindly click the Helpful button.
If my reply is the answer you were looking for, Kindly click the Accepted Solution button.
Thanks,
Priya