Hi
does any one have an overview / or know how to fnd all obj with eg Enterprise licenenc Level?
thanx
Pirmin
*This post is locked for comments
Hi
does any one have an overview / or know how to fnd all obj with eg Enterprise licenenc Level?
thanx
Pirmin
*This post is locked for comments
Information about required licenses for entry points is saved in application meta data, therefore you can generate such a list by yourself (with some effort). This is what I would use:
SysSecRoleEntryPointsTmp srepTbl; SysUserLicenseMetadataTmp slsaTmp; SecurityRole securityRole; delete_from srepTbl; delete_from slsaTmp; SysUserLicenseMiner::BuildLicenseMetadataTable(slsaTmp); SysUserLicenseMiner::BuildRoleToUserTypeInfo(slsaTmp, srepTbl); while select srepTbl where srepTbl.UserLicType == UserLicenseType::Enterprise { info(strFmt("%1 %2", srepTbl.EntryPointType, srepTbl.EntryPointName)); }
Hi Pirmin,
There used to be an Excel sheet available with all menu items and the CAL license type. This one is not up to date anymore and depends on the version you currently use.
You can use the Security Development Tool to get insight for this.
Mohamed Amine Mahmoudi
100
Super User 2025 Season 1
Community Member
48
shanawaz davood basha
6