evCreate API 5.7 Help

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 EvArasEntity object, a given item from the Aras Innovator platform.

plm: EvPlmSystem

A member of the EvPlmSystem enumeration, 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