- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 04:25 AM
Hi,
How to enable the email client on the requests form and also I need to populate "To" address with the" Requested For" email address...Please help me out how can i resolve this one..
Thanks,
Naveen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 05:44 AM
Just add the field name in To field of the template without inside bracket.
Example :
Use caller_id instead of ${caller_id}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2017 12:16 PM
The ServiceNow Wiki content is no longer supported. Updated information about this topic is located here: Email Setup
Visit http://docs.servicenow.com for the latest product documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 01:15 AM
I have a question regarding the To field as well. Does anyone know if this field can be filtered based on a certain conditions in user table? Like user location is "something" or email is not empty...
I knew the older version of ServiceNow couldn't do it but not sure if Jakarta has any fix around this?
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2018 03:12 AM
Go to the Table in which u want to make the icon available.
On the top left , press three line icon and go to dictionary records
In the advanced view , write email_client = true in the attributes field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 08:19 AM
I got this to work - however, one thing to note is that this has to be added on the 'collection' type field. Go to the table you want to add it on, find the column with no label (should be of type 'collection', add email_client=true to that attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2022 05:15 PM