One of our clients just asked - how hard would it be to get me a list of the rights necessary to go through the accounting and financial granules but not allow any posting? We have a third party that needs access to Navision account and financials but we only want “view” access.
What would be the easiest way of implementing this? Is there a list of tables that are related to finance/account for NAV? OR would I have to go through the painful process of creating a new role and adding permissions to it and testing out different kinds of financial transaction (if I get a permission issue, then add the appropriate permission to the new role, sync it and try it again)?
0
Comments
Even with the free version you should be able, through SQL trace file, to build an appropriate set of permission.
We have secured the "No. Series" with a role. Only members of that role can post or create new records.
Think about it. It's about a day to implement.