2

I've found that ArcGIS offers validation of 2 basic constraints: field data type and if the value is required or not.

Is there any way or AddIn to attach more complex validation rules?

I mean Min-Max values for numbers and dates, RegEx for text input, expression based validation for dependent fields.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked May 17, 2012 at 19:05

2 Answers 2

6

You can add validation through the use of domains. A quick tour of attribute domains

answered May 17, 2012 at 19:12
1
  • 2
    Yea, I've forgotten about range domains, but what about remaining more complex rules? Commented May 17, 2012 at 19:17
3

There are several ways to do custom validation; if you are looking for a programmatic solution, the main ones you'll probably want to look at are geodatabase extensions and editor extensions.

Alternatively, if you have ArcGIS Data Reviewer you can set up complex rules in that without programming. I am not sure if it can do everything you ask about though, and if I recall correctly it won't prevent people from entering bad data, only catch it when it is reviewed.

answered May 17, 2012 at 21:09

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.