Why do you need this change?
We want to avoid table locks which are causing issues with our client.
Describe the request
To do this we need new Handled events in:
- table 5766 "Warehouse Activity Header"
So a new Handled OnBefore event for "procedure Lock()"
- table 5767 "Warehouse Activity Line"
Same as above
- codeunit 7314 "Warehouse Availability Mgt."
OnBefore event with IsHandled at the start of the ValidateQtyPickedInShipmentBin

Why do you need this change?
We want to avoid table locks which are causing issues with our client.
Describe the request
To do this we need new Handled events in:
So a new Handled OnBefore event for "procedure Lock()"
Same as above
OnBefore event with IsHandled at the start of the ValidateQtyPickedInShipmentBin