Querying xProperties across Item Types
Copy
Use the xPropertyContainerItem polyitem type to retrieve values for multiple item types. Aras Innovator automatically adds the xPropertyContainerItem poly source to each item type that contains at least one allowed xProperty. The list of allowed xProperties for xPropertyContainerItem is the union of all allowed xProperties from the xPropertyContainerItem poly sources, as shown in the following example:
<Item type="xPropertyContainerItem" action="get" select="xp-length, xp-cost, item_id, item_type_id">
<xp-cost>10</xp-cost>
<xp-weight>15</xp-weight>
</Item>
You can also search for xProperties across ItemTypes by selecting My Innovator -> Extended Properties Search in the TOC. A list of ItemTypes associated with xProperties appears in the Main Grid.