Using NAV 2016 - for few users I don't want to give read permissions to the G/L Entry table. Also, the uses need to be able to post shipments and Receive products. So I modified the read permission to blank and Indirect for Insert permission. that worked until they try to post a Production Journal then it gives them an error message saying they don't have read permission to the GL entry table! looking at the code it stops at Codeunit 12 (StartPosting function) in that function it tried to find the last record in the GL Entry table and then assign the next entry number.
How can I not allow them to read GL entries but in the same time allow them to post Production Journal entries?
Thanks