📚 SAP Business One SDK Help

FIFOLayers Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property BaseLineproperty BaseLine
Public Property CountReturns the total number of records in the table.
Public Property LayerIDA layer ID.

Obtain the ID for a specific layer from the Layer object.

Public Property LineTotalThe new total value for this FIFO layer.

Only relevant when the revaluation method is inventory debit/credit (see RevalType property of the MaterialRevaluation object).

Public Property PriceThe new price for this FIFO layer.

Only relevant when the revaluation method is price change (see RevalType property of the MaterialRevaluation object).

Public Property QuantityThe quantity of this FIFO layer to be revalued.

Only relevant when the revaluation method is inventory debit/credit (see RevalType property of the MaterialRevaluation object).

Public Property TransactionSequenceNumA layer transaction sequence number.

Obtain the ID for a specific layer from the Layer object.

See Also