📚 SAP Business One SDK Help

PickLists Object Members
See Also  Overview 

Public Methods

Public Method Addmethod Add
Public Method CloseCloses a record of the object in SAP Business One database.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves the values of the object's properties by the object's absolute key from the Company database.

Retrieves and sets the values of the object's properties by the object's absolute key from the Company database.

Public Method GetReleasedAllocationGetReleasedAllocation
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.
Public Method UpdateReleasedAllocationmethod UpdateReleasedAllocation

Public Properties

Public Property AbsoluteEntryReturns the pick list number (sequential) as assigned by the system.

Field name: AbsEntry.

Public Property BrowserReturns the DataBrowser object.
Public Property CreateQRCodeFromHolds some document data, which are used to create QR code for that particular document.
Public Property LinesReturns the PickLists_Lines child object.
Public Property NameSets or returns the name of the employee who is responsible for the picking (picker).

Field name: Name.

Length: 30 characters.

Public Property ObjectTypeReturns the type of the table (in this case OPKL).

Field name: ObjType.

Length: 20 characters.

Public Property OwnerCodeSets or returns the code of the user who prepares the pick list. This is a foreign key to the Users object (see InternalKey).

Field name: OwnerCode.

This is a foreign key to the Users object.

Public Property OwnerNameReturns the name of the user who prepares the pick list.

Field name: OwnerName.

Length: 30 characters.

Public Property PickDateSets or returns the planned delivery date.

Field name: PickDate.

Public Property RemarksSets or returns the remarks related to the pick list.

Field name: Remarks.

Length: 64,000 characters.

Public Property StatusReturns a valid value that specifies the status of the pick list. For example: released for picking, already picked, and so on.

Field name: Status.

Public Property UseBaseUnitsInventory UoM

Field name: UseBaseUn.

Public Property UserFieldsReturns the UserFields object.

See Also