PdcAllocation.MaterialNo
Jump to navigation
Jump to search
Declaration
MaterialNo as String
Description
Sets or returns the material no. of an allocation.
Notes
This property can set or return the material no. of an allocation. The set is mostly used for when creating a new allocation.
Code example
dim alloc
Set alloc = PDC.Logistics.Allocations.New
alloc.MaterialNo = "ASSY3 SCHAW10"
Availability
Available since May 2017 (from version 5.4)