Hello all,
Is there any table which has been built such that we can know which users are assigned to the respective Navigation Pane.
I want to replicate security present on production environment same as my test db.
I will import them through a dataport. I have already done a dataport export on these tables: User, Member Of and User Role.
But for Navigation Pane, I dont know how to proceed.
Please help.
Thanks
Liizz
0
Comments
Pargesoft
Please help.
Thanks
Liizz
Pargesoft
Pargesoft
Thanks for your suggestions.
My test and live environment are on a separate database.
The codes you shared on the the thread, should it always be exported/imported in .bin format if it is in a blob format?
Thanks
Liizz
Pargesoft
But how should I specify the path in my codeunit? I wish to save it on Desktop of the Terminal Server..
Thanks
Liizz
If you still want to use desktop replace the SharedFolder part with the desktop path. (or use ip instead of ComputerName)
Pargesoft
I have used your codes(To export data from User Menu Level) in a codeunit:
SourceUML.Object.EXPORT('C:\uml.bin');
But when I run the object, I got an error message 'The User Menu Level does not exist. Identification fields and values: ID='', ID Type='0, Level='0'' '.
Please help how to solve it.
Thanks
Liizz
I can of course tell you what to do in next step but only for this topic and only when I'm available. But this is a very basic error and you should better read documentation about application development in NAV. There are many books for this and I think they can help you more than me.
Pargesoft