I’m also wondering what value the INCostStatusSummary DAC provides. It’s used by the Inventory Valuation (IN615500) report in older versions of Acumatica, but it doesn’t seem to offer anything beyond INCostStatus and some of the data appears to be incorrect.
Hi @TimRodman
We have 3 different LayerType values in the INCostStatus table.
- Normal - N
- Oversold - O
- Unmanaged - U
When we do a normal receipt, then a record will be inserted into the INCostStatus table with the “ReceiptNbr” as “ZZZ” and LayerType will be the “N” - Normal.
We have do a Negative Stock Adjustment, then the “ReceiptNbr” will be “OVERSOLD” and LayerType will be “O” - OverSold.
I’m NOT sure about the 3rd one i.e. Unmanaged. ;)