System administrators often need to know how many AX client sessions are connected to AOS server for multiple reasons: 1. View all the existing client sessions to AOS server 2. End existing client sessions to AOS server 3. Reject new client sessions 4. Accept new client sessions To perform such jobs, navigate to System administration >>... Continue Reading →
AX 2012: Creating enhanced inbound port
Prerequisites: 1. Full compile has been performed revealing no errors 2. Full CIL has been performed successfully 3. Incremental CIL has been performed after compiling the new service class To create an enhanced inbound port for your custom service, please follow the steps below: 1. Right click on the service node, CustomerService in this case,... Continue Reading →
AX 2012: Creating parm methods automatically
It is often a tedious task to create parm methods for a class having many data members. Use the following AOT job to create parm methods automatically instantaneously! All you need to do is to declare data members in the class declaration. Make sure the data type and variable is separated by a single space... Continue Reading →