hello developers
I hope you are well
I'm new to navision
these days i have an error message in navision 2017 when I want to grant permissions on a user
" you have not been granted rights to add, modifiy or delete this permission set for this user in this company"
note that I am an administrator in navision
thank you for helping me
Great!!! at last you sort it out and thanks for sharing the solution
I have an active directory (AD) set up and access to Navision 2017 is through AD, therefore Windows authentication
First, I deleted the affected user in AD and subsequently deleted it in Navision with an SQL query:
USE [name database]
GO
DELETE FROM [dbo].[User]
WHERE [User Name] = 'Delta\Jhon'
GO
And I created it again in AD and Navision without assigning the company name and finally everything is fine
Thank you bilal for your responsiveness and for your collaboration
Thanks Microsoft
Very strange. Give your user SECURITY permission and then restart client and try giving permissions to user again.
morning bilal
i am super user of a company but i cant assign permission to other user!!! its not normal i cant resolt the problem
and i put the company name in company but i cant and i am a super user!!!!!!!!
please help
Hi Karim,
You are a super user of a company so you can assign permissions to other users for this company. May be when assigning permissions to other users you are not putting company so that is causing issue. You cannot assign permissions to a user globally if you do not have global SUPER permission set. Put company name in Company field while giving permissions.
thank you Bilal for your collaboration
in user permission set i have permission set : super !!!
you know i can't change the company !!!!
it is not normal
Hi Karim,
In NAV Permissions are managed using Permission Sets. We group Permissions together and called them Permission Set. Then this set can be assigned to multiple users.
Please go to users page. Open your user's card and in the User Permission Sets tab see which Permissions do you have there. Paste screen shot here. Administrator is not any Permission Set in NAV unless you have created.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156