Skip to main content
Solved

LayerType field in the INCostStatus table

  • 30 December 2020
  • 2 replies
  • 166 views

Does anyone what the difference is between the N and O LayerType values in the INCostStatus Data Access Class (DAC)?

I’m also wondering if there are any possible values other than N and O.

INCostStatus is the DAC that stores inventory costing layers and it’s used in the Inventory Valuation (IN615500) report.

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. ;) 


Reply