Select to view content in your preferred language

Force users to enter values for NOT NULL attributes

219
1
11-25-2025 11:06 PM
Status: Needs Clarification
Labels (1)
Vincent828
Emerging Contributor

ArcGIS Pro should enforce NOT NULL attributes in the application, which then forces the user to input a value to satisfy the constraint.

Currently, there’s no user experience in ArcGIS which enforces this contract when attributes are defined as NOT NULL – when a value is not set the value defaults to an empty string or integer. This is invalid behavior and the work arounds are not suitable, using contingent attribute values or an attribute rule to raise an error. This enhancement begins with the application UX to require the user to set a value before applying the edit.

1 Comment
SSWoodward
Status changed to: Needs Clarification

I just want to make sure I'm understanding you correctly.  Can this idea be summarized like below?

When a field does not allow nulls, raise an error when a user tries to enter a feature with a null value in that field instead of defaulting the value to a non-null value.