FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
ItemCode | The key of an item whose costs are to be revaluated.
This is a foreign key to the Items object. |
LocationCode | A 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. |
LocationType | A 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. |
ShowIssuedLayers | Indicates which layers to retrieve, as follows:
Only relevant when the revaluation method is inventory debit/credit (see RevalType property of the MaterialRevaluation object). |