laptop and a wrench

Bug

Telecommunications Foundation Solution Communication Line Attribute Rule #3, CL-Contain Communications Line in Structure Line gives an error when trying to preform Task 3 of the editing workflows of 'Creating a Cable with Strands'.

ArcGIS Pro
Bug-ID-Nummer BUG-000166286
EingereichtMarch 26, 2024
Zuletzt geändertDecember 13, 2024
Gilt fürArcGIS Pro
Gefunden in Version3.2.2
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusIn Product Plan

Zusätzliche Informationen

There is a change in behavior of attribute rules and how they return features. The feature needs the AssetGroup field and it is not specified in the FeatureSetByName call 'var structure_line_fs = FeatureSetByName($datastore, 'main.StructureLine', ["GLOBALID", "ASSOCIATIONSTATUS", "AssetType"], true); var structure_edge_fs = FeatureSetByName($datastore, 'main.StructureEdgeObject', ["GLOBALID", "ASSOCIATIONSTATUS", "AssetType"], false);' to 'var structure_line_fs = FeatureSetByName($datastore, 'main.StructureLine', ["GLOBALID", "ASSOCIATIONSTATUS", "AssetType"], true); var structure_edge_fs = FeatureSetByName($datastore, 'main.StructureEdgeObject', ["GLOBALID", "ASSOCIATIONSTATUS", "AssetType","AssetGroup"], false);'.

Workaround

Add AssetGroup to the field list in FeatureSetByName.

Schritte zur Reproduzierung

Bug-ID: BUG-000166286

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln