| Numéro d’ID de bogue |
BUG-000165503 |
| Envoi | February 29, 2024 |
| Dernière modification | August 20, 2026 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.2.2 |
| Système d’exploitation | N/A |
| Version du système d’exploitation | N/A |
| Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
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
Solution de contournement
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.
Étapes pour reproduire