Any tool to facilitate users access setup ???

Francis_KONHAWA
Member Posts: 29
Hello,
Is there any tool to facilitate de users access setup ?
I'm now implementing Navision for a company where security is a crucial issue. What I need is a tool to let me know what objects are needed to perform a functionality either in 'read', 'insert', 'update' or 'run' mode.
Thanks for any idea!
Is there any tool to facilitate de users access setup ?
I'm now implementing Navision for a company where security is a crucial issue. What I need is a tool to let me know what objects are needed to perform a functionality either in 'read', 'insert', 'update' or 'run' mode.
Thanks for any idea!
Best Regards
Francis K.
Francis K.
0
Comments
-
Launch Tools=>Debugger=>Code coverage=> start.
After that, run your programs for a certain user. After that, stop the code coverage. In this form you will see all the objects to which the user needs execute-permission. And for the tabledata, read-acces. For Insert,modify,delete on tabledata, you have to use some logical thinking.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Francis KONHAWA wrote:Hello,
Is there any tool to facilitate de users access setup ?
Navision Permission Role Wizard
Extra Permissions View (Navision)
User Rights Setup
Administer users & rightsNo support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
Luc Van Dyck wrote:Francis KONHAWA wrote:Hello,
Is there any tool to facilitate de users access setup ?
Navision Permission Role Wizard
Extra Permissions View (Navision)
User Rights Setup
Administer users & rights
Thanks a lot, master,
I downloaded one of the tools from above: User Rights setup, and was able to imported into the Nav 4.0 SP1 system. I can run the forms with a Development license but not under customer's license, Is there any limitation for this tool to be run on a customer's license as I noticed that the object IDs are all >=70000.NAVI-SION0 -
You can renumber them to lower range so that customer can use them. There is no limitation except the table number.0
-
ara3n wrote:You can renumber them to lower range so that customer can use them. There is no limitation except the table number.
Thanks A LOT, I just did that, but this time the Form 70006 will not run as it says it need to be compiled(actually it is the code unit 70000 needs to be compiled). When I tried to compile it, error:
You have specified an unknown variable.
Main Menu ID
Define the variable under 'Global C/AL Symbols'
By the way, other forms are all working fine. And this form worked fine if I made no changes to the txt file(changing the IDs).
Any idea?NAVI-SION0 -
Comment out this code in cu 70000
//UserSetup."Main Menu ID" := MainMenuID;
this should do it.0 -
ara3n wrote:Comment out this code in cu 70000
//UserSetup."Main Menu ID" := MainMenuID;
this should do it.
Thank you!!
The code unit got compiled while the form was not, I had to change this line on the C/AL code of the form[function FindMainMenu()], from
CurrenMainMenuID := UserSetup."Main Menu ID"
to:
CurrenMainMenuID := 0
This means that, whatever conditions on the IF statement the result will always be 0, is there any impacts on this?NAVI-SION0 -
In older version of navision in usersetup there was a field called Main Menu ID which was removed in 4.0. So it doesn't matter what the code does.0
-
Thanks very much, I got the tools and I found userrightssetup very interesting.
Have a nice weekBest Regards
Francis K.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions