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:
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:
Ask a question or leave feedback
This is a review interaction. The WordPress version will store, thread and moderate comments.