Upgrade to ArcGIS Pro

When you upgrade to ArcGIS Pro, the following features require attribute rules:

  • MduBoundary

  • MduPathElement

  • MduPolygonElement

  • MduTextElement

  • OverheadSpan

  • SupportStructure

  • UndergroundSpan

Attribute Rules – follow these steps to add attribute rules to features:

  1. Enable GlobalID for the feature:

    1. Right-click the feature to select it.

    2. Click Manage, then click Add GlobalID.

    IMPORTANT: Attribute Rules require GlobalIDs on every feature.

  2. Add a new calculation attribute rule:

    1. Right-click the feature to select it.

    2. Click Data Design, then click Attribute Rules.

    3. Click Calculation, then select Add Rule.

  • Rule Type: Calculated

  • Subtype

    : NetworkID
  • Expression:

    ...
    if(IsEmpty($feature.NetworkID)) {
        return GUID();
    }
    else {
        return $feature.NetworkID;
    }
    ...

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?