getting choice value instead of choice label
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 02:05 AM
i have one notification in which i want to display the label of one choice list but the problem is that m not getting the label m getting the value as shown below
choice list of this field is :
email script is this :
i
in my preview notification m geeting the proper label but not on incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2018 10:07 PM
I need to clear the field when record is edited on list view.
Example: when field active is made true to false in list edit view the value of the field assignment group need to be cleared/empty.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2018 08:12 AM
That last reply doesn't seem to fit this thread. You were asking about notifications then switched to list editing. I clearly don't understand the process that is involved. Perhaps if you explained the business requirement (not the technical requirement you believe you need) we can assist further.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2018 10:58 AM
Chuck,
I'm having the same issue with OOB fields too.
Here's a Change Request notification where I'm trying to display the Risk.
HTML from Notification:
Preview Notification:
Notification HTML Body from Email Logs:
Same thing is happening with the hold_reason field on Incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 03:41 AM
Have you figured out any fix for this ? Please share even if it a work around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2019 09:12 AM
try adding a .getDisplayValue() to your variable and it should display the label instead of the value.