Feedback

  • Contents
 

Command Entries

Type an actual command associated with this action. An action can consist of one or more commands. Each command must be on its own line in the Command Entry field. Use the Add button to add each command on its own line. Since the top to bottom order of the commands in this list determines the order in which the commands are executed, use the Up and Down buttons to arrange the order in the list.

Request commands (that is, commands initiated from a client application to the CIC server) can be:

  • Called by a specific function in the client application

  • Called by a generic execute function in the client application

If a specific function is used in a command, type the function name followed by the requested CIC attributes. For example:

 MyFunction($(CallID),$(LineName),$(StationName))

If a client application requests CIC attributes (that is, not using a unique function), you can type just the CIC attributes to return. For example:

 $(CallID),$(LineName),$(StationName)