- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:46 AM
I am trying to display the Label instead of the value. I have the current email script and it is displaying 1 instead of Open
template.print("State: " + gr.state+ "<br />");
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 11:48 AM
Try
template.print("State: " + gr.state.getDisplayValue()+ "<br />");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 12:06 PM
Thanks.
For some reason I thought getDisplayValue gets the value...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 12:07 AM
When i am trying to print the value of drop down its not working template.print(current.getValue(u_contry));