PdcAllocation.Quantity
Jump to navigation
Jump to search
Declaration
Quantity as Double
Description
Sets or returns the quantity of an allocation.
Notes
This property is mandatory; it sets or returns the quantity of an allocation. Has to be larger than 0.
Code example
dim alloc
Set alloc = PDC.Logistics.Allocations.New
Label1.Caption = alloc.AllocationID
Availability
Available since May 2017 (from version 5.4)