I added a parcel type to track parcels that have poor or unacceptable legal descriptions so that our organization can document work on any particular document and that we have found that it contains errors. In this case it's a legal description from 20+ years ago, and a title company is wondering why the document is not reflected in our parcel data. 'Invalid_Parcel' is the name I came up with. And I think in general I am thinking of it as a bit of a trash heap.
I want to make some attribute rules around this parcel type that perhaps trigger additional accounting within the parcel fabric like marking the record as "invalid" (invalid attribute = True when record contains Invalid_Parcels), and preventing it from being displayed unless the user is specifically looking for invalid parcels.
Our standard practice will be to add "--Invalid" in the Record Name field; aka "20400033--Invalid". So that we can continue to search for this record in the future and understand it was deemed 'in error'. I also have a comments field to capture some information about the record.
I feel like there is a nuanced difference between this type of parcel vs a 'retired parcel' or another record supplanting it, in that this record was not corrected by a subsequent record instrument, it was simply ignored by previous staff.
I am interested if there are additional ideas or thoughts. It doesn't seem to me that this would be the only solution.