Guys, does anyone know? on NAV 2018, for the page that is the Document Posted source table (Posted sales Shipment, Posted Sales Invoice, etc.), if you use the customer license, the edit button is off. whereas in the NAV 2017 it is not so. there are even some posted documents that are in the business process that some fields can be edited by the user as well. This happen on NAV 2018 Cumulative Updates 09
0
Answers
It's that some genius figured to make write-protected tables really write-protected by turning off the edit button, without coordinating with someone who knows something about NAV and without testing it. So write-protected tables that for 25 years allowed indirect editing of some fields anyway by calling a Codeunit from the OnModifyRecord of the Page are now not editable.
The workaround is to add insert and modify rights to the page with a dev licence, pretty sure in CU7 it is something similar.
I don't know if a proper platform hotfix was released. Anyone?