📚 SAP Business One SDK Help

PickLists_Lines Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new record to the PKL1 table.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property AbsoluteEntryReturns the identification key of the pick list row as assinged by SAP Business One when adding a new enrty.

Field name: AbsEntry.

This is a foreign key to the PickLists object.

Public Property BaseObjectTypeSets or returns the type of object on which the pick lists entry is based.

Field name: BaseObject.

Public Property BatchNumbersproperty BatchNumbers
Public Property BinAllocationsproperty BinAllocations
Public Property CountReturns the total number of records in the table.
Public Property LineNumberReturns the current row number in the pick list.

Field name: PickEntry.

Public Property OrderEntrySets or returns the number of the sales order.

Field name: OrderEntry.

Public Property OrderRowIDSets or returns the LineNum in the document.

Field name: OrderLine.

Public Property PickedQuantitySets or returns the quantity of the items that were picked.

Field name: PickQtty.

Public Property PickStatusReturns a valid value that specifies the status of the order row in the pick list.

Field name: PickStatus.

Public Property PreviouslyReleasedQuantityReturns the quantity of the items that were released in the previous pick.

Field name: PrevReleas.

Public Property ReleasedQuantitySets or returns the quantity of the items that were released.

Field name: RelQtty.

Public Property SerialNumbersproperty SerialNumbers
Public Property UserFieldsReturns the UserFields object.

See Also