RetailConnSCClient.AddReceiver Method [AX 2012]

Adds reciever to the store connect.

public void AddReceiver(
    str _serviceName, 
    str _serverName, 
    int _port, 
    str _connectionString)

Run On

Server

Parameters

_serviceName
Type: str
Name of the service.
_serverName
Type: str
Name of the server.
_port
Type: int
Port number.
_connectionString
Type: str
Connection string value.

Community Additions

ADD
Show: