PickActivity (Object)

The object that represents an PickActivity.

Properties


Property PickType() As
Returns or Sets“Pick Type” (see for list of possible values) SINGLE_HAND for Single-Handed Pick, BOTH_HANDS for Double-Handed Pick
Property PickingHand() As
Returns or Sets "Picking Hand" (see for list of possible values )

Methods


Sub AddPickedMfgAssembly( pPickedItem)
Adds a Manufacturing Assembly to the List of Picked Items (see for list of possible values)
Sub AddPickedProduct( pPickedItem)
Adds a product to the List of Picked Items
Sub GetPickedProducts( pPickedProds)
Returns or Sets Picked Products
Sub RemovePickedMfgAssembly( pPickedItem)
Removes a Manufacturing Assembly from the list of Picked items (see for list of possible values)
Sub RemovePickedProduct( pPickedItem)
Removes a product from the list of Picked items (see for list of possible values)
Sub SetPickedProducts( pPickedProds)
Sub SetPlaceAct( placeAct)
Sets or append a link to a Place activity (see for list of possible values)