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. |
BarCode | The barcode of the item.
Field name: BarCode. Length: 16 characters. |
ChildNumber | ChildNum indicates for one "UoM Code" + "Bar Code".
Field name: ChildNum. |
CountedQuantity | The item quantity in the warehouse as counted in the inventory taking.
Field name: CountQty. |
CounterID | The ID of the counter.
Field name: CounterId. |
CounterType | The type of the counter.
Field name: CounteType. |
DocumentEntry | The internal key of the inventory counting.
Field name: DocEntry. |
ItemsPerUnit | The calculated value from the group UoM definition of the item.
Inventory Items per Unit = Base Qty ÷ Alt. QQty Field name: ItmsPerUnt. |
LineNumber | The line number of the inventory counting document.
Field name: LineNum. |
MultipleCounterRole | The role of the multiple counters, that is, the multiple counters conduct the inventory counting individually or as a team.
Field name: CounteRole. |
UoMCode | The UoM code.
Field name: UomCode. Length: 20 characters. |
UoMCountedQuantity | The counted quantity in the specified UoM.
Field name: UomQty. |
UserFields | Returns the UserFields object. |