Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

How to retrieve the license information through code

$
0
0
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:...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>