You are viewing limited content. For full access, please sign in.

Question

Question

Resources to get from existing system onto Laserfiche

asked on July 15, 2020

Hello, I'm moving our organization's documents onto Laserfiche and was hoping to be directed to some resources to that tell me step by step how to get our documents onto Laserfiche. I've been looking through notes and the Laserfiche Administration Guide, but haven't found clear steps to get our files from our existing network drives onto Laserfiche. 

Ideally I'm hoping to find a step by step guide to do this. I've taken the Gold certification so I know how to use the technology itself, but don't know if i need to prepare documents for metadata, the order things should be done, and how to set it all up. Any resources would be fantastic! 

0 0

Replies

replied on July 15, 2020

We use the Import Agent and workflow to accomplish this.  The Import Agent, imports the files into the repository and can attach a template.  Once the file is in the repository, Workflow takes over and uses the file name (which is descriptive enough for metadata) and runs it through a Pattern Matching activity to create tokens which are assigned to metadata fields and moves the document to an appropriate folder structure.

Depending on which licensing model you're on Import Agent may be an additional cost.

 

3 0
replied on July 15, 2020 Show version history

I'll note that if you can control the file name format, it can be much easier (and less error-prone) to use the Split function instead of Pattern Matching (regex) in Workflow.

E.g. Name the file like Name_Field1_Field2_Field3 and then split the entry name into a multi-value token using the underscore character as the delimiter.

 

It's common practice to have Import Agent import docs into an "Intake" folder. You then have a workflow with a starting condition for Document Creation within this folder. That workflow follows a sequence like so:

  1. Parse out file and metadata information
  2. Look up metadata from another system if appropriate
    1. E.g. A university might know the StudentID for a doc and use that to query an external Students database for other information like Name, DOB, Major, etc.
  3. Assign appropriate template and metadata
  4. Rename document to follow convention
  5. Move document to appropriate folder location

Within that sequence you may have various Conditionals to determine different paths for different document types and such.

1 0
replied on July 16, 2020

Thanks for the info!

I just had a follow up question about document names. It sounds like Workflow can rename files for me? Does it do this based on a template so it know's what metadata to name the file with?

Also, we want to essentially copy and paste existing folder structures into Laserfiche keeping the associated files. Renaming them would be super handy, and of course  we need to add metadata, however is there any way to make sure the existing folder structure gets put into Laserfiche? Or is this done automatically?

1 0
replied on July 17, 2020

Workflow can name files based on tokens from your metadata values. There is a workflow activity to Route Entry to folder which would allow you to recreate your existing folder structure.

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.