Suppose I have the following Laserfiche folders (all are folders and root is to indicate the Repository name):
Root
Group
A
1
2
B
C
Main
X
Y
I want to put something inside the folder Group and inside either the folder A or the folder B. Usually I will click the folder Group and click import LST file and in my LST file I have something like
LASERFICHE IMPORT LIST
FOLDERS()
FOLDERS()
FOLDERS(A)
FOLDERS(1)
STARTFIELDS
CLIENTS
NR001 Test
Others
3/2/2018
2018
ENDFIELDS
ELECTRONIC("\\test\dir\NR001test.xlsx", "NR001 test")
The thing is that all folders Group, A,B,C,1,2, Main are not showing the import funtionality, it is greyed out.
The folder X or the folder Y is showing me the import funtionality, that is enabled. Can I create some kind of LST file to like start from folder X like go up one folder to Main folder, instead going up to root to go to Group folder and go under A and under 1 and put the file in folder ? Is that possible? If yes, what should the syntax be in the LST?