PdcAllocation.MaterialID
Jump to navigation
Jump to search
Declaration
MaterialID as Integer
Description
Sets or returns the material id(DM_ID) of an allocation.
Notes
The materialID is mandatory when creating a new allocation.
Code example
dim alloc
Set alloc = PDC.Logistics.Allocations.New
alloc.MaterialID = 2075
Availability
Available since May 2017 (from version 5.4)