[Feature Request] Consider the ASN not to be a unique field in DB #11835
Replies: 3 comments 2 replies
-
|
You might be interested in #1218. However, dropping the uniqueness constraint on the ASN seems like a very bad way to achieve this. Especially because ASNs are for... Archives, i.e., the physical document shouldn't change. |
Beta Was this translation helpful? Give feedback.
-
|
Yes it almost certainly will not be an acceptable solution. Indeed the entire idea of ASN is to be unique, and the assumption that "the chances that you have 2 completely different documents with the same ASN is basically zero" seems very much contrary to what I see in our discussions from users who use ASN. And as noted above, versioning seems a related question, another big topic that will take some time to solve. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically closed due to lack of community support. Please see our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Recently we switched to use ASN.
Before ASN when we scanned docs and we made a mistake (forgot the double side, etc) we simply re-scanned the document.
Now with ASN this doesn't work anymore because of the duplicate key.
We were a little suprised even after deleting the document, we were not able to get the new document into the system, however after we deleted it in the trash, everything worked fine.
So, I thought about this behaviour. There might be missing chance for improvment. What would happen if the ASN is not unique in the DB?
I mean, the chances that you have 2 completely different documents with the same ASN is basically zero. The only way you have the same ASN twice is when you scan the same document again. This can be by accident or on purpose.
So if you search for the ASN you would 2 versions of the same documents over time, righ?
Which for me, makes much more sense then "dropping" the second scan completly into the void.
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions