Which table in Dynamic SL holds the total usage of Items?
*This post is locked for comments
Which table in Dynamic SL holds the total usage of Items?
*This post is locked for comments
No, this tables don´t have that info. To get that, you have to use ItemHist or calculate manually with ItemSite.
Check the Inventory Trial Balance Report (10.630.00) that use the vr_10630 view, maybe can help you.
Whether these tables will give the monthly or year wise report of inventory items usage.??
There is 2 tables ItemSite and Location.
If you open "C:\Program Files\Microsoft Dynamics\SL\Applications\Help\Full_schema.chm" and search for ItemSite and Location you can fina a description of each field.
QtyAlloc
FLOAT (8)
Quantity on open shippers.
QtyAllocBM
FLOAT (8)
The quantity allocated (reserved) for inventory demand from Bill of Materials module transactions.
QtyAllocIN
FLOAT (8)
The quantity allocated (reserved) for inventory demand from Inventory module transactions.
QtyAllocOther
FLOAT (8)
The quantity allocated (reserved) for inventory demand from other sources. This field can be used in the future to minimize the need for schema changes. Similarly, this may be an opportunity to allow third party products to allocate inventory.
QtyAllocPORet
FLOAT (8)
The quantity allocated (reserved) for inventory demand from Purchasing Return transactions.
QtyAllocSD
FLOAT (8)
The quantity allocated (reserved) for inventory demand from Service Dispatch module transactions.
QtyAllocSO
FLOAT (8)
The quantity allocated (reserved) as a hard reservation on Sales Orders because the lot/serial numbers were specified for order type behaviors Sales Order, Invoice, and Will Call Order.
The value is the sum of SOLot.QtyShip where SOLot.Status = ‘O’pen.
Need to join back to SOSched to get the SiteID.
QtyAvail
FLOAT (8)
This field stores the quantity of the inventory that is on hand and available for sales or other uses of inventory for each item at each site.
When Customer Priority Scheduling (CPS) is set to ON in the Inventory module, then the value in this field is determined by Process Manager’s inventory planning process.
When CPS is set to OFF in the Inventory module, then the value in this field is determined according to the selected Quantity Available Supply/Demand Options on the Scheduling tab in IN Setup (10.950.00).
QtyCustOrd
FLOAT (8)
Quantity on open sales orders.
QtyInTransit
FLOAT (8)
Incoming quantity from previously-shipped 2-step transfers. The transfers originate in IN.
QtyNotAvail
FLOAT (8)
Quantity in warehouse bin locations that are marked as not available for sale.
QtyOnBO
FLOAT (8)
Quantity on back orders. This is the quantity on sales orders where the requested date is earlier than today. Quantity that appears in this bucket is also in the QtyCustOrd bucket.
QtyOnDP
FLOAT (8)
Incoming quantity from drop ship purchase orders.
QtyOnHand
FLOAT (8)
Quantity on Hand
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156