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 :
Small and medium business | Business Central, N...
Suggested Answer

Permission set assignment

(4) ShareShare
ReportReport
Posted on by 731
Hi ya,
 
The end user is using NAV.
I don't find a report / export to excel to allow me to extract the users permission set assignment.
I'm checking who are using which permission sets in which company.
 
Can I use Configuration package to extract those data? what are the tables?
 
Or is there any other better way?
 
Thank you!
I have the same question (0)
  • Suggested answer
    Aziz Skhiri Profile Picture
    230 on at

    Hey! No, Configuration Packages won't work here (table 2000000053 = Access Control is a system table and blocked for export). Quickest way: run this simple SQL query in SSMS:

    SQL 

    SELECT u.[User Name], ac.[Role ID] AS [Permission Set], ac.[Company Name] FROM [YourDatabaseName].dbo.[Access Control] ac INNER JOIN [YourDatabaseName].dbo.[User] u ON ac.[User Security ID] = u.[User Security ID] ORDER BY u.[User Name], ac.[Company Name]

    Right-click results → Save As → Excel. Done in seconds. If no SQL access, ask your partner to whip up a tiny report/export  super common request, takes them 5 minutes.


     
  • Suggested answer
    Rajvi Shah Profile Picture
    85 on at
    Hello,
    In the NAV you can check the permission set by below page.
    you can click on CTRL + E to export the data in Excel.
     
     
    Regards,
    Rajvi Shah
  • Suggested answer
    YUN ZHU Profile Picture
    98,569 Super User 2026 Season 1 on at
    Hi, hope the following helps.
    Dynamics 365 Business Central mini tips: How to assign Permission Sets to multiple users at the same time
     
    Thanks.
    ZHU
  • Suggested answer
    OussamaSabbouh Profile Picture
    11,792 Super User 2026 Season 1 on at
    Hello,
    Yes best source is table 2000000053 "Access Control"; that’s where NAV stores the user + permission set/role + company assignment, so it’s the right table to export if you want to see who has which permission set in which company. You might be able to use a Configuration Package, but for system tables it’s usually easier to create a quick query/report/page on Access Control and export to Excel. The key fields are usually User Security ID/User Name, Role ID, and Company Name; if Company Name is blank, that normally means the permission applies to all companies.
     
    Regards,
    Oussama Sabbouh

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 > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,822 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,136 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 956 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans