Versioning

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 may want to 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 for the synchronization and QAQC process to work properly. The correct column for each type of record is listed below:

  • Addresses: ADDRESS.CURRADDR
  • Parcels: PARCEL.CURRPRCL
  • Properties: PROPERTYINFORMATION.CURRPROP
  • Roadways: COMPRW.ISCURRENT
  • Configured linear assets: COMPAGENCYLINEAR.ISCURRENT

Versioning is available for these five types of records, but isn't required for any of them. You only need to add the column for the types of records for which you plan to use versioning.