| Número de ID do Erro |
BUG-000165503 |
| Enviado | February 29, 2024 |
| Última Modificação | August 20, 2026 |
| Aplica-se à | ArcGIS Pro |
| Versão encontrada | 3.2.2 |
| Sistema Operacional | N/A |
| Versão do Sistema Operacional | N/A |
| Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
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
Solução Provisória
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.
Etapas para Reproduzir