Autocomplete like all other document management sytems when indexing
I'm sure this has been suggested but I can't seem to find it. When you drop a file into a tray and select a store dialog, I would expect to be able to link a database connection to a field you enter to perform a database lookup and populate all the other fields like KOFAX, FORTIS, FILEBOUND, CAPTERRA, ONBASE and probably a lot more that I haven't used. My understanding is Docuware lets you enter the first value and save it. Somehow a auto index sees it on save and will do the database lookup and populate the fields. Not sure why this was implemented due to the possibility of entering the wrong value and it populating the data of another record. Also, what happens if the database lookup doesn't find a match. Anyhow, I would like a way to allow the user upon entering a value to know at the time they hit enter that the record was found and it is for the individual they thought it should be. Thanks
-
François Tassy commented
Hi, couldn't you use this : https://github.com/DocuWare/Validation-NodeJS-samples ?
it's basically to check if index values match some criterias, but I feel like you could use it to fill other indexes based on the value of the first one.This would require some development and node server hosting tho.