Description
Returns the alert message string if it exists.
Arguments
alertName is the name of an alert (in quotation marks) that you've already created. Locate the available alerts in the Alert Names list.
Returns
Returns the alert message string for records that "trigger" the alert (that is, for records that meet the alert condition formula).
Returns an empty string ("") for records that do not meet the alert condition formula.
Examples
If IsAlertEnabled("myAlert") Then
AlertMessage("myAlert")
Else
"myAlert is disabled"
In these examples, AlertMessage returns the message that you defined when you created the alert.
Comments
Any formula that references an alert becomes a print time formula.