Can the above folder path be set and saved in the universal capture scanning interface so that the user does not have to do it each time the client is opened?
Question
Question
Answer
By default, when Laserfiche Scanning is opened, the default folder path is set to the folder that was opened in the Client. There isn't a way to set a fixed path that Laserfiche Scanning will always scan into, after closing and opening Scanning again.
If you have Quick Fields, then that application can be used to accomplish what you're looking for.
Replies
You can launch Laserfiche Scanning with command line variables, the folder path being one.
So you could create a custom toolbar icon, point it to LFscan.exe and reference the folder path you want it to default to.
I've found (in the version 9.0.3 Client at least) that you have to escape backslashes in the desired folder path by using two of them. See this link for info on other command line options.
http://answers.laserfiche.com/questions/51651/What-are-the-commandline-arguments-for-LFScanexe
C:\Program Files\Laserfiche\Client\Scanning\LFScan.exe -custom "path:'\\Demo Scan Folder\\New Folder'"
I see it's not user-specific, but it does allow the use of tokens. However, it doesn't seem like regular expression works with the tokens. Also, the Current Username token doesn't seem to register Windows Accounts.
Is there a way to use a token (or create a custom token) to capture the username from a Windows Account?
The objective is to default a specific path for each user based on their Windows Account username.