📚 SAP Business One SDK Help

InventoryCountingBatchNumber 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 AddmisionDateThe creation date of the batch number.

Field name: InDate.

Public Property BaseLineNumberThe base sub line number.

Field name: DocLineNum.

Public Property BatchNumberThe batch number.
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 ExpiryDateThe expiry date of the batch number.

Field name: ExpDate.

Public Property InternalSerialNumberThe internal serial number.
Public Property LocationThe location of the item in the warehouse.

Field name: Location.

Length: 100 characters.

Public Property ManufactureDateThe date on which the item was manufactured.

Field name: MnfDate.

Public Property ManufacturerSerialNumberThe manufacturer serial number.

Field name: MnfSerial.

Length: 36 characters.

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 NotesSpecify any free text regarding batch numbers.

Field name: Notes.

Length: 16 characters.

Public Property QuantityThe number of units that is included in the batch.

Field name: Quantity.

Public Property TrackingNoteproperty TrackingNote
Public Property TrackingNoteLineproperty TrackingNoteLine

See Also