Hello Guys,
I have the following problem to solve, maybe some of view have handled this before in your NAV career:
I want to supply a report or excel sheet, in which given a role ID (for example let's call it ORDER) that has for example some type of access to tabledata 18, tabledata 27, etc.. the report will show that it has access to Sales&Marketing (Module)->Sales (Folder)->Customer (Form), in other words a sort of tree view of the menu-items that a role-permission has access to.
I know that I'm asking too much but if someone has any type of technical suggestions please don't hesitate in sharing your experiences and thoughts
Thank you
Regards
0
Comments
have anyone got any suggestions about my problem?
Thank you
I traded my sanity for a railgun
that is exactly what I want and I know it is extremely difficult (and I agree with what you said) I was just wondering if anybody has ever faced such request or issue. In case, I would appreciate any type of suggestions on how to do it.
Thanks
I traded my sanity for a railgun
this is what I exactly designed and explained to our Application team and as you said the estimated time can go from 2 to 4 weeks unless someone so kind comes out with (and shares) some already developed solution in the comunity. :?:
Waiting for some other suggestion, thank you for your precious time.
I traded my sanity for a railgun
I have seen a Menusuit search utility that walked the menu tree on a running client (some optical artifacts of this process were visible) and then allowed you to search for and navigate to a found menu item. So, that's how I know that this sort of thing is possible.
thanks for your help, but based on what you have shared, that is, C/Side Integration Utilities v1.4, I understand that I have to develop some kind of automation using your .Net classes and once I have registered it as a dll, I can then use it in Navsion to export/import text objects and do permission check as well... or am I wrong?
Concerning to "reconstructing the menu from the menusuite objects" I have something on mind and once I have done that I'll share with you. I think of making some kind of procedure that given the menusuite txt file I'll create a NAV table in which each record will contain all relevant fields that define a menu node, so that I have all the correct relationships between the nodes and in this way I have a more user-friendly way to work with menus.
Just let me know about the first point
Regards
I traded my sanity for a railgun
is the dll to register on my local pc Org.Edgerunner.Dynamics.Nav.CSide.dll?
I tried to do it by using regsvr32 and I received an error saying to check if this is a valid OCX/DLL file
:?
Thank you
I traded my sanity for a railgun
Thanks