Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

AX 2009 Permission with Info

Posted on by 130

I want to set up a Table with different Permission.

Example:

User 1 have all permissons for Custtable

User 2 only read

If User 2 open the Custtable, a Info log should appear with the message:"You have permissions to read and not to write"

How can I set up the system for this info?

*This post is locked for comments

  • Verified answer
    Martin Dráb Profile Picture
    Martin Dráb 230,056 Most Valuable Professional on at
    RE: AX 2009 Permission with Info

    You can use code like this:

    if (new DictTable(tableNum(CustTable)).rights() == AccessType::View)
    {
        info("You have permissions…");
    }

    and invoke it from init() method of the form.

  • littleBen Profile Picture
    littleBen 130 on at
    RE: AX 2009 Permission with Info

    I'm new in the AX world. Do you have an example? Thank you

  • Suggested answer
    Martin Dráb Profile Picture
    Martin Dráb 230,056 Most Valuable Professional on at
    RE: AX 2009 Permission with Info

    You can get user's permissions for a table by calling rights() method of DictTable class. Running the check in CustTable form and showing an infolog message should be trivial.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,228 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,056 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans