Hi all,
When uploading files into Laserfiche, I have created a template using dynamic fields. I am trying to allow users to select a value from a drop-down list (all stored in a table in SQL), and based on its value populate, client name, code, item code, name, all these in the same table. By only selecting one dopdown list, the rest of the fields should be populated.
The problem is that, once I select the fist field, it is taking more than 10 seconds to auto-populate the rest of the fields. I have sorted the SQL table by all the columns ascending (same order that appears in the dynamic fields settings) and it did not help. The original table in SQL has over 11000 rows.
The main problem is the delay between the selection and when the fields get populated. Any suggestions either from Laserfiche or SQL server to fix this?