Showing posts with label client configuration. Show all posts
Showing posts with label client configuration. Show all posts

Wednesday, June 22, 2011

How to retrieve the name of your current Ax client configuration

When setting up a Dynamics Ax client, each setup (or configuration) is given a unique name.  You can retrieve this name when working in Dynamics Ax by using the xInfo class.

Example:

static void AxClientConfigName(Args _args)
{   ;
   info(xInfo::configuration());
}

This job shows the name that is selected in the Configuration box in the Client Configuration Utility.