4 Apr 2013

How to get AOS Port number through code + AX 2012

{
    Str PortInfo;

    PortInfo=strfmt("Port number of AOS IS: %1",int2str(Session::getAOSPort()));

    info(PortInfo);
}

Here session is class and getAOSPort is method. You can view port number in message box.

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...