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

Question

Question

Laserfiche Filing

asked on September 14, 2015

I'm creating a workflow that will file different files by account number in a structure that looks like this:

I'm following the work that someone did before me and I'm not sure what the formatting or regular expression would be for this. Any help would be much appreciated!

 

 

Thanks!

 

0 0

Replies

replied on September 14, 2015

Looks like they are just pulling in the first 3 digits. So try \d{3} in the regular expression section. Uncheck formatting.

1 0
replied on September 14, 2015

For the formatting, use

D7

and for the regular expression, use

\d{3}

This will pad the account number with leading zeros so it is seven digits and then take the first three digits to use in your folder naming convention.

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

Sign in to reply to this post.