RetailConnDataDirectorClient.createConnection Method [AX 2012]
Creates the connection with the client by using the provided parameters.
public void createConnection(
str _serverName,
int _port,
str _connectionString,
boolean _interactive,
boolean _ipsec)
Run On
CalledParameters
- _serverName
- Type: str
The name of server to be connected.
- _port
- Type: int
The port number of the server.
- _connectionString
- Type: str
A string value that contains the connection parameters.
- _interactive
- Type: boolean
A Boolean value that indicates whether it can interact with the server.
- _ipsec
- Type: boolean
A Boolean value.
Community Additions
ADD
Show: