Is there a report in NAV 2009 that will show users and their roles? Does anyone know what tables in the SQL database they might be in?
I need to generate a NAVISION Security Report for our auditors
289 views Asked by Jeff At
1
There are 1 answers
Related Questions in NAVISION
- How to give access to RAPIDSTART in Business Central to SUPER user?
- Couldn't Consume a WebService SOAP from Dynamics Nav server with JAVA SpringBooot
- I can't get the average of child group in my RDLC report - Navision 2009
- Navision 2017 Adding Assembly BOM Item says it already exists
- Searching any table for any field in procedure Dynamics Business Central AL
- SQL Report Builder 2014 ignores Arial Font and Report uses Helvetica instead
- smtp problem for outlook 365 for navision 2013,2016
- .net framework application accessing methods and data from Microsoft Dynamics Nav 2013, is it possible?
- How can i export line records to excel in navision using c/al code
- Deep Insert last line insert triggering or whole batch insert triggering
- What table/view in Navision's DDBB holds the item costs in a FIFO system?
- Importing .XLSX file to Navision throws an error verticalDpi has invalid value '0'
- Business Central 22 http requests don't show on fiddler
- NAV 2013 Automation Object not initialized?
- Getting Error while reading instream in navision 2013
Related Questions in MICROSOFT-DYNAMICS-NAV
- How can i export line records to excel in navision using c/al code
- System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Negotiate'
- How can I loop only the page records from the selected one to the latest?
- Test Automation in business central
- Restrict back dating and future date when selecting calendar date in NAV 2018
- Exchange data from Microsoft Business Central to JavaScript
- You do not have the following permissions on CodeUnit Prova: Execute
- How to make sure only one boolean box is ticked at a time
- Business Central Admin Center API
- The HTTP request is unauthorized with client authentication scheme 'Anonymous' Dynamics NAV
- Why always get Bad Request in my c# console application but postman is working fine with NTLM authorization
- How to make an Action that opens a page that is filtered after multiple option values in AL?
- Call COM Add-In Function in VBA
- How to select a record on a Test Page
- Dynamics Nav: How do I create and link an editable field to two tables using Events?
Related Questions in DYNAMICS-NAV-2009
- Advice needed: NewtonSoft.Json and Dynamics NAV 2009 R2 Classic
- Time Format <Second dec> always zero in Microsoft Dynamics Navision 2009
- creating a general journal line while posting a rental order in Microsoft Dynamics Nav 2009
- Microsoft Dynamics Nav 2009 user
- Copy a section of a record to another record ind Dynamics NAV
- SQL Query to delete data from tables defined in table
- Navision C/AL Create error with C# COM dll
- fixing and understanding an error in a very simple Navision dataport
- Importing text object programmatically in navision 2009
- MS DynamicsNAV Web service index out of bounds
- I need to generate a NAVISION Security Report for our auditors
- copy startdate and enddate to other line
- How to skip function in navsion 2009
- Microsoft Dynamics NAV 2009 How to remove objects outside of license?
- microsoft navision 2009, checkbox checked
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can create a report for that.
In NAV 2009 in table 2000000053 (Windows Access Control) you can check that info. Here you have
Role IDandLogin IDthis table is for Windwos logins, for DataBase Login you can check the table 2000000003 (Member Of) here you haveUser IDandRole IDfields.