I see it's possible to create a list of values pulled from a SQL Server table in a template dynamic field. So far so good. This works nicely.
Now, I've got this template field called ProjectName. Multiple documents often belong to a single project, so I'd like to suggest a project name in the template field based previously submitted values. So for example, if a project is called 'Area A OCP 2015' and someone has already submitted a document with that as a project name, that any subsequent documents would suggest a narrowing list of project names based on user input, so typing 'A' suggests every project name that starts with an 'A', 'Ar' every project that starts with 'Ar', etc.
Not sure what this might be called in Laserfiche (if anything), but other software sometimes calls this 'autocomplete'. I guess another way to ask is which table in SQL Server houses template field values. If I could point to that table, this would accomplish something like what I want. Not quite, but it would be close and would make for better data consistency so we don't end up with project names that are almost the same, but different like 'Area A OCP 2015' and 'area A ocp - 2015' etc etc.
See what I'm saying?