PdcAllocation.Quantity

From External Bemet Wiki
Revision as of 14:05, 25 April 2017 by Mike (talk | contribs) (Created page with "== Declaration == Quantity as Double == Description == Sets or returns the quantity of an allocation. == Notes == This property is '''mandatory'''; it sets or returns the qu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)