📚 SAP Business One SDK Help

GetMaterialRevaluationFIFO Method
See Also 
pIMaterialRevaluationFIFOParams

The parameters for specifying the FIFO layers to retrieve

Description

Retrieves the FIFO layers for a specific item and location.

Syntax

Visual Basic
Public Function GetMaterialRevaluationFIFO( _
   ByVal pIMaterialRevaluationFIFOParams As MaterialRevaluationFIFOParams _
) As MaterialRevaluationFIFO

Parameters

pIMaterialRevaluationFIFOParams

The parameters for specifying the FIFO layers to retrieve

Return Type

The retrieved FIFO layers

Remarks

If you specify a non-FIFO item, an exception is thrown.

See Also