Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Licencis AX2012

(0) ShareShare
ReportReport
Posted on by

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

  • Verified answer
    Martin Dráb Profile Picture
    233,394 Most Valuable Professional on at
    RE: Licencis AX2012

    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));
    }
  • Suggested answer
    André Arnaud de Calavon Profile Picture
    294,715 Super User 2025 Season 1 on at
    RE: Licencis AX2012

    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.

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics AX (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 100 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 48

#3
shanawaz davood basha Profile Picture

shanawaz davood basha 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans