Folder building workflow works, mostly.
SQL Query finds Last, First MI and builds folders in Laserfiche "For Each Row" after copying a base set of folders and checking for pre-existing folder names in LF.
The problem is, I have 1012 names in the database, and only 1009 named folders in LF.
Here is the result of the query:
Here is the same query in SQL, showing one of the three missing names from Laserfiche:
And here is the resulting folder list from Laserfiche.
Here is the workflow. It is this complex because it needs to check for pre-existing folders, run a query, and build folders based on the For Each Row portion of the query, and because it was working to build folders. I am willing to simplify it if necessary to achieve 100% success with folder names.
By the way, one of the names is Client #4 in a list of over 2000 total names (the ones we are importing are all StatusType = 'Active' in SQL) and the other two are Client #2198 and Client #2199 of total 2200. (But #2200 came across OK.) All the other entries are marked 'Inactive' and are excluded, but all our queries are limited to the 'Active' clients. It's just these pesky exceptions...
Thanks!
John Kimball
jkimball@copiersnw.com