Options

Locking/Blocking/Concurrency

monoxonoxmonoxonox Member Posts: 4
Hi,

could someone please briefly explain the idea behind this line in Codeunit 80 (NAV 2013):
SortLines(SalesLine);

I understand it has to do with locking/blocking and concurrency, but I would like to understand this a bit better. Has this function/line been added to prevent DEADLOCKS, i.e. does this correspond to the changed locking in this codeunit?

Thanks for your replies!

Comments

Sign In or Register to comment.