The company I work for has used Laserfiche for almost 10 years. One of the fields should only contain capital letters and numbers, so I am looking at applying a regex constraint: [A-Z0-9_]+
Given that this field is a text field with no other constraints, historically, placed on it there are a large number of documents who contain data in this field that does not conform to this constraint.
So at the moment when I try to apply this to the field, I'm receiving an error indicating that I have 300k entries that do not satisfy the constraint. [Error code is 9900]
What would the be the most efficient way of dealing with this? Or is there a way I can set up the constraint only to apply to values from this point onwards?