Bogue
Numéro d’ID de bogue | BUG-000165931 |
---|---|
Envoi | March 13, 2024 |
Dernière modification | November 22, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 2.9.10 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | N/A |
Version de correction | 3.4 |
Statut | Fixed |
When failure started to happen, it will be investigated, but this workaround is the preferred approach to avoid doing double intersect queries. The main hydrant feature is inserted, and the field will be populated via querying the intersecting polygon. The annotation will then get the trigger attribute rule and all we need to do is simply read the source feature value which is a related record using featuresetbyrelationshipname. So, in the Hydrant_annoclass, replace the rule with these 3 lines of code, keep it on insert and update, and this should solve the problem and it will perform better. var f = first (featureSetbyRelationShipName($feature, "Anno_5_10")) if (f == null) return; return f.VERSORGT_DURCH.
ID de bogue: BUG-000165931
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support