📚 SAP Business One SDK Help

PickStatus Property
See Also 

Description

Returns a valid value of BoYesNoEnum type that specifies whether all quantity of the item specified in the row was picked or partially picked from the warehouse.

Field name: PickStatus.

Property type

Read-only property

Syntax

Visual Basic
Public Property PickStatus() As BoYesNoEnum

Remarks

Country specific property for USA.

  • This property refers to the pickstatus as BoYesNoEnum and is used for compatibility purpose.
  • The pickstatus is actually implemented as BoPickStatus enumeration that has 5 values where the first two values are compatible to BoYesNoEnum.
  • The PickStatusEx property is backward compatible to pickstatus and enables the use BoPickStatus.

See Also