I was taking this from code. reservations is not connected to inventory directly take a look at facility_service.xml reserveProductInventory If requireInventory is Y the quantity not reserved is returned, if N then a negative availableToPromise will be used to track quantity ordered beyond what is in stock.
Dave Tenerowicz sent the following on 10/23/2007 2:55 PM: > Thanks BJ. > However, I'm not sure this is the case. With the settings below, it > appears that reservation occurs - I see ATP values decrease as orders > are created. > -Dave > > BJ Freeman wrote: >> believe the logic is, if you don't require inventory, there is not check >> of or reserve of. >> require inventory is mutually exclusive from require inventory. >> see >> isStoreInventoryRequiredAndAvailable >> there is also >> isStoreInventoryAvailable >> >> Dave Tenerowicz sent the following on 10/22/2007 2:48 PM: >> >>> It appears that shipments are being created with out of stock items in >>> an implementation we are doing. I am guessing this is due to product >>> store settings, not a code issue. >>> rev = 545314 >>> check inventory=Y >>> reserve inventory=Y >>> require inventory=N >>> >>> All products are finished goods (no digital or virtual) >>> >>> Thanks for any help. >>> >>> >> >> >> >