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 Number BUG-000166286
SubmittedMarch 26, 2024
Last ModifiedDecember 13, 2024
Applies toArcGIS Pro
Version found3.2.2
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusIn Product Plan

Additional Information

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.

Steps to Reproduce

Bug ID: BUG-000166286

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options