I am a new user, and I am setting up a new template and workflow. Currently, a user will bring a new document into the system, pull up the Metadata window to fill in fields, click "OK", then workflow will fill in some other fields in the metadata using a custom query, and route the document.
My requirement is to have a user enter a student ID number, and then have some of the metadata fields (i.e. Last Name, First Name, Birth Date) fill in automatically so the user can see that they have entered the correct ID number before actually clicking the "OK" button. I know Workflow won't allow me to interact with the user through dialog boxes, so the next suggestion was to use dynamic fields. Being new to Laserfiche, I need to know how to accomplish this task. Something to keep in mind is that my external table I am using now in the workflow custom query (and the one I would have to use as an external table for dynamic fields) is a DB2 table on another system. I can set up a view on the SQL server to pull data from DB2 via a linked server, but this master student table is very large, so I cannot pull up the entire DB2 table or it would take a long time, I need to just pull up the records for the student ID entered via a WHERE clause in the view if possible.
I hope I have explained this clearly. If not, please let me know and I will add any information you need.