Versioning fields
GeoAdministrator supports versioning for addresses, parcels, properties, roadways, and configured linear assets, meaning that you can create multiple versions of the same record. For example, if the building at an address is torn down and replaced, you can create a new version of the address for the new building.
If you're using versioning, the geodatabase will have multiple records with the same ID (or in the case of an address, the same set of address fields), so you must add a field to each affected attribute table to identify the current version.
This should be a text field with a length of 1, using a Y to indicate the current version and an N for non-current versions. It can be called anything you like, but it must be mapped to the IsCurrent column in the corresponding Infor Operations and Regulations table. These are the columns for each type of record:
- Addresses: ADDRESS.CURRADDR
- Parcels: PARCEL.CURRPRCL
- Properties: PROPERTYINFORMATION.CURRPROP
- Roadways: COMPRW.ISCURRENT
- Configured linear assets: COMPAGENCYLINEAR.ISCURRENT