Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2016 08:38 AM
Hi John,
Are you sure you are using the right field? I just did this from scripts background on an existing record in sys_email and it worked fine.
var e = new GlideRecord('sys_email');
e.get('0abb04cfdb6462002e38711ebf961934');
gs.print(e.instance.getDisplayValue());
*** Script: Approval: CHG0030002