EvPlmItem Interface
The EvPlmItem TS interface defines a blueprint of a JS object that specifies an item from a PLM system.
Properties
An EvPlmItem object has the following properties:
item: EvArasEntity;An
EvArasEntityobject, a given item from the Aras Innovator platform.plm: EvPlmSystemA member of the
EvPlmSystemenumeration, a given PLM system.
Examples
TS
JS
- { item: { itemType: "part", itemId: "abcdefg", revision: "A", classification: "shaft", propertyName: "Part Number" }, plm: EvPlmSystem.Aras }
- { item: { itemType: "part", itemId: "abcdefg", revision: "A", classification: "shaft", propertyName: "Part Number" }, plm: "aras" }
01 April 2025