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:
-
Enable GlobalID for the feature:
-
Right-click the feature to select it.
-
Click Manage, then click Add GlobalID.
IMPORTANT: Attribute Rules require GlobalIDs on every feature. -
-
Add a new calculation attribute rule:
-
Right-click the feature to select it.
-
Click Data Design, then click Attribute Rules.
-
Click Calculation, then select Add Rule.
-
-
Rule Type: Calculated
-
Subtype
: NetworkID -
Expression:
... if(IsEmpty($feature.NetworkID)) { return GUID(); } else { return $feature.NetworkID; } ...