RetailConnSCClient.createConnection Method [AX 2012]

Creates connection to the store connect.

public void createConnection(
    str _serverName, 
    int _port, 
    str _connectionString, 
    boolean _interactive, 
    boolean _ipsec, 
    boolean _preferIPv6, 
    guid _messageGuid)

Run On

Server

Parameters

_serverName
Type: str
Name of the server.
_port
Type: int
Port number.
_connectionString
Type: str
Connection string value.
_interactive
Type: boolean
Boolean value.
_ipsec
Type: boolean
Boolean value for ipsec.
_preferIPv6
Type: boolean
Boolean value for preferIPv6.
_messageGuid
Type: guid
Value of guid type.

Community Additions

ADD
Show: