JmgExternalTerminalTable::getClientId Method
Gets the name of the computer on which the Microsoft Dynamics AX client is currently running.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static JmgTerminalId getClientId([boolean _autoCreateTerminal])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static JmgTerminalId getClientId([boolean _autoCreateTerminal])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static JmgTerminalId getClientId([boolean _autoCreateTerminal])
Microsoft Dynamics AX 2012 (FPK)
client public static JmgTerminalId getClientId([boolean _autoCreateTerminal])
Microsoft Dynamics AX 2012 (SYS)
client public static JmgTerminalId getClientId([boolean _autoCreateTerminal])
Run On
Server
Parameters
- _autoCreateTerminal
Type: boolean
true if a JmgExternalTerminalTable record should be automatically created for the client; otherwise, false.
Return Value
Type: JmgTerminalId Extended Data Type
The name of the computer on which the Microsoft Dynamics AX client is currently running.