Using the Address Book
The address book enables you to select multiple email recipients or senders without having to enter their individual full email addresses. It automatically obtains names and email addresses from the Employee and ExternalContact business objects.
The address book user interface is accessed within any email-related business object. For example, when defining a quick action that generates an email, the address book appears.
You can add contacts from your organizational unit user or team list.
Creating Users or Teams for a Quick Action Email
|
1.
|
Open the Quick Action Configuration window. See Quick Actions. |
|
2.
|
From the Create New Actions tab, click Send Email. The Quick Action Configuration (Send Email) page appears. |
In either the From or To field, click Address Book. The Select Email Addresses window appears.
|
3.
|
To add users, select the Users tab. To add teams, select the Teams tab. A list of users or teams appears. |
|
4.
|
At the bottom of the window, click Add. A blank field appears. |
|
5.
|
Enter the user or team email address, then click Add. |
|
6.
|
Click OK. The new item is added. |
|
7.
|
Add other information as needed, then click Save. |
Using the Address Book
|
1.
|
Within the Service Desk Console, open the Email workspace. A list of emails appears. |
|
2.
|
Double-click a record to view the details. |
Email Details Page
|
3.
|
Next to the corresponding address field, click Address Book. The Select Email Addresses window appears. |
Select Email Addresses Window
- From: The from address can only contain one email address. By default, the owner is the sender. In some cases (such as when defining a quick action), you can designate a different sender.
- To: The primary email recipients
- CC: The secondary email recipients. (Literally means "carbon copy".)
- BCC: Secondary email recipients whose addresses are not seen by other recipients. (Literally means "blind carbon copy").
|
4.
|
Select the email addresses that you want under each tab: Contacts Related To, Users, Teams, and Contact Groups. The selected options appear at the bottom of the window. |
|
5.
|
Click OK. The addresses appears in the corresponding address field. |
Adding the Address Book to a Form
|
1.
|
From the Configuration Console, open the business object to which you want to modify the form, then select the Forms tab. A list of forms appears. |
|
2.
|
Choose a form name (for example, ChangeDetails). The form opens. |
|
3.
|
From the Show control borders pane, open Other. A list of controls appears. |
|
4.
|
Add a cell to the form, then insert a text field (such as Approver or Email) into the cell. Ensure that the text field is not read-only. |
|
Each cell can only contain one field. |
|
5.
|
Drag the address book control onto the cell with the text field. The address book control appears on your form next to the text field. |
Placing the Address Book Control on a Form
|
6.
|
Click Save. The next time a user logs in, they will see the address book on the form. |
Using Expressions
You can also include expressions for the To and From fields:
- From: Enter an expression to indicate the sender of the email. For example, $(GetGlobal("ListenerEmailAddress")).
- To: Enter an expression to indicate the recipient of the email. For example, $(OwnerEmail).