Cc
Use this field to specify the secondary recipients of the message or the "carbon copy", whether through the internal messaging system or an email.
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 semicolon-delimited list of system users or email addresses.
When you click Event Actions form, the application "wraps" this content within a CC( ) parameter, which yields this final syntax:
to return to theCC( scalarExpr )
- If scalarExpr consists of literal values, the application automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr consists of an expression, the application does not enclose it in quotation marks.
- You can use this field to return either literal values (only) or an
expression to the Event Actions form, but not both.
To include both literal values and expressions in your CC 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:
CC( "jdoe;jsmith" + GC(CreditMgr) )