📚 SAP Business One SDK Help

MaterialRevaluationFIFOParams Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property ItemCodeThe key of an item whose costs are to be revaluated.

This is a foreign key to the Items object.

Public Property LocationCodeA key to a location. Only layers for this location are returned by the GetMaterialRevaluationFIFO method.

You must specify the location type in the LocationType property.

Currently, the only location type is warehouse and, therefore, this property is a foreign key to the Warehouses object.

Public Property LocationTypeA type of location for storing items. A specific location of this type is specified in the LocationCode property.

Currently, the only valid value is 64, indicating a warehouse.

Public Property ShowIssuedLayersIndicates which layers to retrieve, as follows:
  • If set to yes, all layer are retrieved.
  • If set to no, only layers with an open quantity not equal to zero are retrieved.

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

See Also