Hi guys i have purchase order when i click post button i found this error display why this error display
i create user Sohail i give him permission security filter to see item category code AGG (aggregate)
but after i make order then i make post then it give me message error "you don't have permission to read purchase line table"
i upload my files in Mediafire website :
http://www.mediafire.com/?b9h7e1gwqbgxgzv
I want to know how i solve this problem.
Comments
do they have permissions to read 39 table data?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
it give me this error
IF PurchaseLines.FIND('-') THEN BEGIN
REPEAT
(yellow cursor) IF PurchaseLines."Prepmt. Amt. Inv." <> PurchaseLines."Prepmt. Line Amount" THEN
EXIT(TRUE);
UNTIL PurchaseLines.NEXT = 0;
END;
and message told me "you dont have permission to read purchase line table"
There is nothing wrong in the code, it is just that the user who is using NAV or Posting PO have not direct permission to read Purchase line
Go to Tools
>Security
>SQL/Windows Login
>Locate the User and see its role
What ever roles assinged to him/her see its permission and add table Purhcase line table with Read permission(dnt check indirect permission).
Once done esc and Sync the User
Go to Tools
>Security
>Sync Single Login.
Then Restart the NAV application. This must solve your Problem.