GetModulesLicensed Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetModulesLicensed() method returns an XML string that details which modules (options) of the product have been licensed.
Parameters
- license
- Output. Holds the returned XML string that indicates the maximum number of concurrent sessions allowed for each type, and with a “0” or “1” indicating whether the functional option is licensed.
The format of the returned XML string is shown below.
Returned XML String
<?xml version="1.0"?>
<license_info>
<concurrent_sessions>
<factelligence>100</factelligence>
<dataeditor>10</dataeditor>
<utilizationentities>1000</utilizationentities>
<utilizationobject>150</utilizationobject>
<backgroundprocess>1</backgroundprocess>
<operationentities>75</operationentities>
<storageentities>30</storageentities>
<qualityentities>15</qualityentities>
</concurrent_sessions>
<functional_modules>
<baseprod>1</baseprod>
<enprod>1</enprod>
<folders>0</folders>
<util>1</util>
<labor>0</labor>
<cert>0</cert>
<cust>0</cust>
<specs>1</specs>
<steps>1</steps>
<dataexchanger>1</dataexchanger>
<inventory>1</inventory>
<datalogging>1</datalogging>
<audittriggers>0</audittriggers>
<quality>1</quality>
</functional_modules>
</license_info>