Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA NET Gatekeeper and AVEVA Change Manager

Equipment

  • Last UpdatedApr 30, 2026
  • 2 minute read

This setting configures the Equipment section on the Tag Details page in AVEVA NET Gatekeeper and AVEVA Change Manager. This field is specific to AVEVA WorkMate. Therefore, you cannot reconfigure the field against another source of data.

Value

Prerequisites

Expected Behavior

true

Integration with AVEVA WorkMate EAM is enabled:

There is an attribute with Attributes.EquipmentIdentifier aspect in the Class Library.

The Equipment-related fields are enabled on the Working Set Tag Details page.

The Equipment# lookup retrieves the Resources flagged as Equipment from AVEVA WorkMate EAM.

  • The mapping between the fields in the Equipment section and Resource screen in AVEVA WorkMate EAM are as follows:

    AVEVA NET Gatekeeper and AVEVA Change Manager

    AVEVA WorkMate EAM

    Equipment#

    Resource Number

    Component Classification

    Component (from Component Hierarchy)

    Equipment Description

    Description

    Manufacturer Part#

    Partnumber

    Manufacturer

    Manufacturer

    Individual#

    Not available

    Tektonisk#

    Tektonisk

    The attribute with Attributes.EquipmentIdentifier aspect stores either Tektonisk number or Resource number (if the Tektonisk number is not specified for the Equipment)

    Note: We recommend to set extension <tim:Gui hidden="true" /> so that Equipment Order Number does not display twice on the Tag Details page (as a field and as an attribute in the Attribute Editor).

    <Attribute id="..." aspect="Attributes.EquipmentIdentifier" name="Equipment Identifier" description="Equipment number represented by either Tektonisk No or Resource No" uomRequired="false" dataType="String">
    <Extension>
    <tim:Gui hidden="true" />
    <tim:ValidateAsReference provider="Equipment.Lookup" />
    </Extension>
    </Attribute>

false

None.

The Equipment-related fields become unavailable on the Working Set Tag Details page.

Notes:

  • If you are not integrating with AVEVA WorkMate EAM, and do not have an attribute with the Attributes.EquipmentIdentifier aspect in the Class Library, set this value to false.

  • If the attribute with the Attributes.EquipmentIdentifier aspect is not a permissible attribute for all the Functional Classes, then set this value to false after enabling the attribute in the Attribute Editor using the following:

    <Attribute id="..." aspect="Attributes.EquipmentIdentifier" name="Equipment Identifier" description="Equipment number represented by either Tektonisk No or Resource No" uomRequired="false" dataType="String">
    <Extension>
    <tim:Gui hidden="false" />
    <tim:ValidateAsReference provider="Equipment.Lookup" />
    </Extension>
    </Attribute>

TitleResults for “How to create a CRG?”Also Available in