email icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2014 09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2014 09:29 AM
You should be able to get it using "inspect element" of your browser web development tools (e.g. firebug for firefox)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2014 09:55 AM
<a id="email_client_open" onclick="emailClientOpen(this, 'incident');"><img class="i16x16" title="Email" src="images/icons/email.gifx"/></a>
so this is what I found, but I don't know what to pass to emailClientOpen(). there is no script include that I could find.
it works, but this just opens a blank email with the incident number and short description in the subject, the caller as the send to, and the opened by as a CC. Is that all this can do? What about pre-populating the body?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2014 10:00 AM
For that you can create an email template.
Also there was a forum post for doing custom templates based on field values of the current record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 08:28 AM
Hi Tyler Hoge I had the same issue, and was going crazy for why we can't pass additional arguments on the emailClientOpen(this, 'incident'); However I manager to create my template and also add all fields from my form "Change form in may case, but will work for incident and requests and all other forms". In fact i didn't create a new template, I changed the one already in "Client Templates". So find the Client Template that you want to edit and, and add your form fields as variables like:
Change No.: ${number}
Parent Ticket No.: ${parent}
........
.....
..
.
Before that, you will need to:
Enabling the Email Client
Administrators can enable the email client for a specific table, such as Incident, by adding the email_client attribute.
- Open a record in the appropriate application. For example, open any incident record.
- Right-click the header bar and select the appropriate option for your version:
- Select the first record in the Dictionary Entries list. This has the record type collection and does not have any entry for Column name.
- In the Attributes field, enter email_client=true. If there are any other values in the field, be sure to use a comma as a separator character.
- Click Update.
Note: This capability is not inherited by tables that extend the current table. For example, enabling t |
For more info look at: Enabling the Email Client - ServiceNow Wiki
Best regards,
Nabil O.