Options

Trying to PostInventoryToGL when post a Warehouse Shipment

IvonaKIvonaK Member Posts: 114
edited 2019-03-13 in NAV Three Tier
Sorry it was my mistake. The system works OK.

Hi all,

My client wants to post a Warehouse Shipment but the system gives him an error saying that Dimension is missing. The system tries to post GL entry.
I have seen that the system goes in CU 22 and tries to PostInventory to the GL

IF ValueEntry.Inventoriable AND NOT Item."Inventory Value Zero" THEN
PostInventoryToGL(ValueEntry);

Can someone tell me what Inventoriable does it mean?

Thanks a lot,

Best Answer

Answers

Sign In or Register to comment.