DistributeSubLot
Distributes all or a portion of a Lot’s total quantity to a Container. It can also be used to distribute or redistribute portions of existing SubLots to other Containers.
Syntax
SubLot
.DistributeSubLot
(ByVal Quantity
As Double, ByVal Container
As Long, [ByVal Label
As String, [ActivityDescription
As String])The
DistributeSubLot
method syntax has these parts:Part | Description |
---|---|
SubLot | Instance of the SubLot object to which the method is directed. |
Quantity | Represents the Quantity of the SubLot to distribute. |
Container | Represents the ContainerID of the Container that is being distributed to. |
Label | Represents the Label that can be applied to the distributed SubLot. ( Optional ) |
ActivityDescription | Adds descriptive text to the activity journal for this operation. ( Optional ) |
Provide Feedback