Aras Innovator Platform

Tag

The <Item> tag defines an Item instance. XML is case-sensitive (notice the capitalized Item.) There are three principal attributes for the Item tag to define the Item instance:

  • id – the unique ID for the Item.
  • type – the ItemType name for the Item.
  • action – the name of the Method that is applied to the Item.

There are other attributes, but these are the most significant. They define the Item and the action to apply on it. The following is an AML query example requesting a Part Item by ID:

<Item type="Part” id="ACBDEF0123456789…" action="get"/>

Refer to section Built in Action Methods for the list of Aras Innovator pre-built actions.