Wednesday, May 14, 2014

AX 2012: How to retrieve the license information through X++

Recently I came across the requirement to retrieve the licence information from the system to use it for some purpose.



Here is the sample to job to get license information.

static void getLicenseValue(Args _args)
{
    str licVal;
 
    licVal = xSysConfig::find(ConfigType::SerialNo, 0).Value;
 
    info(strFmt("%1", licVal));
}

Output:

No comments:

Post a Comment

I will appreciate your comments !

How to enable new Microsoft teams - Public Preview!

New Microsoft Teams is just AWESOME, quick but useful post below shows how you have this preview feature to make your life EASY!  Open Micr...