Posting Groups #14 – Payment Discounts

One of features in Microsoft Dynamics NAV is using of payment discount. You can configure conditions of using this functionality on General Ledger Setup. With this configuration, I mean on Appln. Rounding Precision and Payment Tolerance and types of Payment Accounts from Customer Posting Groups. More…

Increasing concurrency in NAV

NAV uses optimistic Concurrency for all the transaction except for posting. During posting, NAV locks the ledgers and sub ledgers, basically any table that has primary key of “Entry No.”. In Order for posting to work NAV has kept the posting process to as fast as…

When Changing a Codeunit Subtype

Since a couple of years codeunits have a property called Subtype. Selecting a specific value for this property changes the behavior of the codeunit, one of them being an extra property added to functions, i.e. FunctionType (for Test Codeunits and Upgrade Codeunits) which defaults to a…