ACTION

The ACTION terminal in the MaxL language for Essbase represents the required action if a data-monitoring trigger is activated.

Syntax

mail [smtp],[sender],[receiver1,reciever2,...],[subject]
spool FILE-NAME
  • mail - sends an email from the specified sender, to a specified email address or addresses, with the specified subject line (optional). Enclose email addresses containing special characters in square brackets ([]). The mail action is not supported for after-update triggers, which are the only triggers available for use with aggregate storage cubes.

  • spool - logs a message in a specified file in the \trig folder under the cube directory.

Type

string (see MaxL Syntax Notes)

Example

mail manager.sales.com, [mktdir@CC.com, Monitor@acnts.com]

spool "trgmonitor"