web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

AX 2009 Permission with Info

(0) ShareShare
ReportReport
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

I have the same question (0)
  • Suggested answer
    Martin Dráb Profile Picture
    238,769 Most Valuable Professional on at

    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.

  • littleBen Profile Picture
    130 on at

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

  • Verified answer
    Martin Dráb Profile Picture
    238,769 Most Valuable Professional on at

    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.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans