AMTrigger.ServiceDisplayName

Syntax:

%AMTrigger.ServiceDisplayName%

Trigger Supported

Service

Type:

String

Description:

Returns the Service Display Name of the service that activated the trigger. A service can normally be identified by its unique Service Name, Service Display Name or Service File Name. The Service Name is usually a shortened name for a service as compared to the more detailed Service Display Name. The Service File Name (also known as path to executable) displays the full path to the executable file related to the service. For example, Automate Enterprise [NN] Management Server has the following name properties (as illustrated below):

  • ]Service Name - AMManagement[NN]

  • Service Display Name - Automate Enterprise [NN] Management Server

  • File Name - "C:\Program Files (x86)\Automate Enterprise 11\BPAS_MAN.exe"

Example:

Description: Displays attributes about the triggered service in a message dialog, including service name, service display name and service path and file name.

 

<AMSHOWDIALOG WINDOWTITLE="Triggered Service Attributes">The service name of the triggered service: %AMTrigger.ServiceName%

The service display name of the triggered service: %AMTrigger.ServiceDisplayName%

The path and file name of the triggered service: %AMTrigger.FileName%

</AMSHOWDIALOG>

 

See Also:


AMTrigger.Action |  AMTrigger.Filename | AMTrigger.ServiceDisplayName | AMTrigger.ServiceName