toemailrecipient( value )
Converts a value to email recipient.
See also: Send E-Mail Smart Service
Keyword | Type | Description |
---|---|---|
|
Any Type |
Value to convert. |
Email Recipient
Accepts values of type email address, user, and group.
Output can be used in the To:, Cc:, or Bcc: fields in the Setup tab of the Send E-Mail Smart Service.
toemailrecipient(togroup(1))
returns [Group:1]
as an Email Recipient type.
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible |
toemailrecipient() Function