| Bug-ID-Nummer |
BUG-000165503 |
| Eingereicht | February 29, 2024 |
| Zuletzt geändert | August 20, 2026 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.2.2 |
| Betriebssystem | N/A |
| Betriebssystemversion | N/A |
| Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
When the line is updated via the move the validationstatus is updated to require validation as a result, however because the point was never updated its validationstatus remain clean. This can fixed by making the line feature updates the point feature to make it require validation using the validationRequired dictionary https://pro.arcgis.com/en/pro-app/3.5/help/data/geodatabases/overview/attribute-rule-dictionary-keywords.htm
Workaround
Use the Ready To Use validation rule:
- Right-click on the ssManholes layer > Data Design > Attribute Rules.
- Click Ready to Use Rules at the top of the ribbon and choose Feature on Feature under the Validation rules.
- for Features to Compare, select ssGravityMain.
- for Spatial Relationship, select Intersects.
- Ensure the checkbox is enabled to Invert Relationship.
Schritte zur Reproduzierung