AMTrigger.User

Syntax

%AMTrigger.User%

Category

Database Condition

Type

String

Description

Returns the name of the user specified when the trigger occurred.

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Display the message "The table that was monitored - %AMTrigger.User%" in a message box.

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

Related Topics