PdcAllocation.MaterialNo

From External Bemet Wiki
Revision as of 14:04, 25 April 2017 by Mike (talk | contribs) (Created page with "== 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 a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)