| 不具合 ID 番号 |
BUG-000165503 |
| 送信されました | February 29, 2024 |
| 最終更新日 | August 20, 2026 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 3.2.2 |
| オペレーティング システム | N/A |
| オペレーティング システムのバージョン | N/A |
| ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
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
対処法
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.
再現の手順