Dynamics NAV 2018 version 11.0.27667.0
Posting from Warehouse Receipts, the user gets the error: You do not have the following permissions on TableData Item Ledger Entry: Modify
We do not get this error running with a developer license, but do with the client license including the one I re-issued today.
The error occurs in CU5895.ForwardAppliedCost which has TableData permission rm for Item Ledger Entry. ForwardAppliedCost calls Table32.SetAppliedEntryToAdjust which has a MODIFY statement causing the error.
On a whim I've also edited the entire program chain so that each had rm permission for table 32. These include CU5705, CU5760, CU5761, PAG5769, and PAG5768.
*This post is locked for comments
The answer found through a Microsoft Incident was to grant RIMD permissions to table 32 ON table 32.
Old version BEFORE ​
New version AFTER ​
--------------------------------------------------------------------------------​
+------------------------------------------------------------------------------+​
| OBJECT Table 32 Item Ledger Entry |​
+------------------------------------------------------------------------------+​
---------- Before (BEFORE) ---------- Table 32 ---------- Properties -----------​
}​
PROPERTIES​
{​
LookupPageID=Page38;​
DrillDownPageID=Page38;​
}​
---------- After (AFTER) ------------------------------------------------------​
}​
PROPERTIES​
{​
+ Permissions=TableData 32=rimd;​
LookupPageID=Page38;​
DrillDownPageID=Page38;​
}​
--------------------------------------------------------------------------------​
Hi, I´m experience same issue, after doing a technical upgrade from NAV 2013R2 to NAV 2018.
did you add the Permissions to CU 5895 as I tried but still same error
I added the permissions in the Table properties and that fixed the issue.
Permissions TableData Item Ledger Entry=rimd
Does the user have indirect modify permission to Item Ledger Entry ?
Does the CU 5895 have the table permission for Item Ledger Entry?
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156