laptop and a wrench

Error

Constraint Attribute rule does not consider subtype on insert

Última publicación: July 20, 2021 ArcGIS Pro
Número de ID del error BUG-000140372
EnviadoJune 1, 2021
Última modificaciónJuly 3, 2025
Relacionado conArcGIS Pro
Versión encontrada2.7.2
Sistema operativoWindows OS
Versión de sistema operativo10.0
Versión corregida2.9/2.8.2
EstadoFixed

Solución alternativa

Create a new attribute rule and apply it to all Subtypes (select <All>) instead of selecting a subtype name.

Wrap the original attribute rule expression in an if statement to handle the specific subtype user wish to constrain using the subtype's value. Return false if it is not the subtype so user rules does not execute.

Example:

if($feature.SubType == <subtype value, should be an integer>){

<attribute rule conditions here>

return false

}

Pasos para reproducir

ID del error: BUG-000140372

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga