Notifications
Announcements
No record found.
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 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.
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)); }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 4 Most Valuable Professional
Priya_K 4
MyDynamicsNAV 2