PdcAllocation.MaterialID

From External Bemet Wiki
Revision as of 14:03, 25 April 2017 by Mike (talk | contribs) (Created page with "== Declaration == MaterialID as Integer == Description == Sets or returns the material id(DM_ID) of an allocation. == Notes == The materialID is '''mandatory''' when creatin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)