| Número de ID del error |
BUG-000173914 |
| Enviado | January 28, 2025 |
| Última modificación | February 17, 2025 |
| Relacionado con | ArcGIS Online |
| Versión encontrada | Nov 2024 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 11.0 64 bit |
| Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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
}
}
}
Solución alternativa
At the moment, the only workaround is to create the same layer in ArcGIS Online with Allow Null Values unchecked.
Pasos para reproducir