📚 SAP Business One SDK Help

Layer Object
See Also  Members 

Description

Represents a FIFO layer for a specific item and location.

After retrieving a FIFO layer, you may want to revaluate it. To specify a FIFO layer to be revaluated, pass its layer ID and sequence number to the corresponding properties of the FIFOLayers object in the MaterialRevaluation object.

Remarks

Each FIFO layer contains the following properties:

  • TransactionSequenceNum: A sequence number that identifies each transaction that affects the stock of a FIFO item.
  • LayerID Property: A sequence number (within each transaction) that identifies the FIFO layers within a single transaction. A transaction may involve more than one FIFO layer, for example, when a customer buys 2 of an item but the cost of one item is $100 and the cost of the other is $200.  

These two properties, together, uniquely identify a FIFO layer.

See Also