📚 SAP Business One SDK Help

InventoryCountingLineUoM 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 BarCodeThe barcode of the item.

Field name: BarCode.

Length: 16 characters.

Public Property ChildNumberChildNum indicates for one "UoM Code" + "Bar Code".

Field name: ChildNum.

Public Property CountedQuantityThe item quantity in the warehouse as counted in the inventory taking.

Field name: CountQty.

Public Property CounterIDThe ID of the counter.

Field name: CounterId.

Public Property CounterTypeThe type of the counter.

Field name: CounteType.

Public Property DocumentEntryThe internal key of the inventory counting.

Field name: DocEntry.

Public Property ItemsPerUnitThe calculated value from the group UoM definition of the item. 

Inventory Items per Unit = Base Qty ÷ Alt. QQty

Field name: ItmsPerUnt.

Public Property LineNumberThe line number of the inventory counting document.

Field name: LineNum.

Public Property MultipleCounterRoleThe role of the multiple counters, that is, the multiple counters conduct the inventory counting individually or as a team.

Field name: CounteRole.

Public Property UoMCodeThe UoM code.

Field name: UomCode.

Length: 20 characters.

Public Property UoMCountedQuantityThe counted quantity in the specified UoM.

Field name: UomQty.

Public Property UserFieldsReturns the UserFields object.

See Also