To
Use this field to specify the primary recipients of the message, whether for an internal message or an email message.
To assemble a list of recipients using the Event Action Parameter Recipients form, click the button to the left of this field.
On the Event Action Notify and Event Action Prompt forms, specify the user ID for any recipients who should receive the message when this action executes. To include multiple recipients, use a semicolon delimited list (for example: jdoe;jsmith;banon).
On the Event Action Send Email form, specify the email address for any recipients who should receive an email when this action executes. To include multiple recipients, use a semicolon delimited list (for example: jdoe@abc.net;jsmith@xyz.org).
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is or resolves to a semi-colon-delimited list of system users or email addresses.
When you click Event Actions form, the system "wraps" this content within a TO( ) parameter, which yields this final syntax:
to return to theTO( scalarExpr )
You can use this field to return only literal values or only an expression to the Event Actions form, but not both. To include both literal values and expressions in your TO list, you must specify at least one or the other manually in the Event Actions form.
To use both, use this syntax: "literalValue" + expression. For example: TO( "jdoe;jsmith" + GC(CreditMgr) )