📚 SAP Business One SDK Help

SerialNumbers Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property BaseLineNumberSets or returns the Row No. in thhDocument.

Field name: BaseLinNum.

Public Property BatchIDSets or returns the unique batch number of an item.

Field name: BatchId.

Length: 32 characters.

This is a foreign key to the SerialNumbers object.

Public Property CountReturns the total data rows in the SerialNumbers object.
Public Property ExpiryDateSets or returns the expiration date for the item.

Field name: ExpDate.

Public Property InternalSerialNumberSets or returns the internal serial number for the item.

Field name: IntrSerial.

Length: 32 characters.

This is a foreign key to the SerialNumbers object.

Public Property ItemCodeproperty ItemCode
Public Property LocationSets or returns the location of the item, for example, in the warehouse.

Field name: Located.

Length: 100 characters.

Public Property ManufactureDateSets or returns the manufacturing date for the batch.

Field name: PrdDate.

Public Property ManufacturerSerialNumberSets or returns the manufacturer's serial number for the selected item.

Field name: SuppSerial.

Length: 32 characters.

This is a foreign key to the SerialNumbers object.

Public Property NotesSets or returns a memo type string that specifies comments for the item.

Field name: Notes.

Length: 64,000 characters.

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

Field name: Quantity.

Public Property ReceptionDateSets or returns the reception date.

Field name: InDate.

Public Property SystemSerialNumberSets or returns the successive numerator starting from1 issued for each item with serial numbers management. This numerator progresses according to the creation of new units of the same sort (for the same item).

This property is mandatory when using Serial Numbers for outgoing documents.

Field name: SysSerial.

This is a foreign key to the SerialNumbers object.

Public Property TrackingNoteproperty TrackingNote
Public Property TrackingNoteLineproperty TrackingNoteLine
Public Property UserFieldsReturns the UserFields object.
Public Property WarrantyEndSets or returns the warranty end date for the items.

Field name: GrntExp.

Public Property WarrantyStartSets or returns the warranty start date for the items.

Field name: GrntStart.

See Also