Not digging in deep, 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.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
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. |
|||
|
|
|
You can add validation through the use of domains. A quick tour of attribute domains |
|||||
|