Bcc

Use this field to specify the blind carbon copy (BCC) email recipients.

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 Send Email form, specify the email address for any recipients who should receive an email when this action executes, but whose identities should not be revealed to other recipients. 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 email addresses.

When you click OK to return to the Event Actions form, the system "wraps" this content within a BCC( ) parameter, which yields this final syntax:

BCC( scalarExpr)

Note: 
  • If scalarExpr consists of literal values, the system automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr consists of an expression, the system does not enclose it in quotation marks.
  • 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 BCC 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: BCC( "jdoe;jsmith" + GC(CreditMgr) )