| 不具合 ID 番号 |
BUG-000173914 |
| 送信されました | January 28, 2025 |
| 最終更新日 | February 17, 2025 |
| 適用対象 | ArcGIS Online |
| 見つかったバージョン | Nov 2024 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 11.0 64 bit |
| ステータス | Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
This behavior is observed because of how ArcGIS Pro writes out feature templates to the service. The default value for the template for the Name field is actually not null (" "), which is why it does not trigger the check. The form is simply honoring the authored template.
"templates" : [
{
"name" : "Noodle",
"description" : "",
"drawingTool" : "esriFeatureEditToolPoint",
"prototype" : {
"attributes" : {
"Country" : null,
"Profesison" : null,
"Name" : " ",
"Age" : 0
}
}
}
対処法
At the moment, the only workaround is to create the same layer in ArcGIS Online with Allow Null Values unchecked.
再現の手順