📚 SAP Business One SDK Help

InventoryCountingSerialNumber 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 BaseLineNumberThe base sub line number.

Field name: DocLineNum.

Public Property BatchIDThe 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 serial 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 serial numbers.

Field name: Notes.

Length: 16 characters.

Public Property QuantityThe total number of serial numbers for the item.

Field name: Quantity.

Public Property ReceptionDateThe creation date of the serial number.

Field name: InDate.

Public Property SystemSerialNumberThe system serial number.
Public Property TrackingNoteproperty TrackingNote
Public Property TrackingNoteLineproperty TrackingNoteLine
Public Property WarrantyEndThe end of the warranty dates for the serial numbers, if a manufacturer warranty exists.

Field name: GrntExp.

Public Property WarrantyStartThe start of the warranty dates for the serial numbers, if a manufacturer warranty exists.

Field name: GrntStart.

See Also