AMTrigger.Table

Related Topics

Syntax

%AMTrigger.Table%

Trigger/Condition Supported

Database

Type

String

Description

Returns the name of the table that was originally monitored to cause the task to trigger.

Example

This example displays the message "The table that was monitored - %AMTrigger.Table%" in a dialog box.

Copy
<AMSHOWDIALOG WINDOWTITLE="Database Trigger Return Value">The table that was monitored - %AMTrigger.Table%</AMSHOWDIALOG>