While posting Transfer Order in a multi User Enviornment , the users gets a message that "The Table is being locked by the User XXXX".After some time this message disappear .
Now on Re-Posting the same Transfer Order we receive an error message that "Lot No is required for Item AAAA ",on looking at the Item tracking Details we find that the Quantity to handle field is '0'. On further probing we find that shipment has been done for thr Order,But the Quantity Shipped field on the Transfer Order Line Table is Still '0'.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The added line prevent calling commit in the form procedures... This is code from 3.70A
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I had found the same issue a while back. It's really stupid to call the form during posting routine for serialized and lot tracking items. The function should be in a codeunit. and commit should be done on form if it is called.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
And happy new year by the way!