| Número de ID del error |
BUG-000165503 |
| Enviado | February 29, 2024 |
| Última modificación | August 20, 2026 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.2.2 |
| Sistema operativo | N/A |
| Versión de sistema operativo | N/A |
| Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
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
Solución alternativa
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.
Pasos para reproducir