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

Question

Question

Is there a way to set the starting value for Global Count?

asked on May 14, 2015

I'd like it to start at a number higher than 0. How can I manipulate it, it looks read-only in the Admin Console (LF 9.2.0.343).

0 0

Answer

APPROVED ANSWER
replied on May 14, 2015

You can specify this by modifying the dboptions table in your repository database. Please backup the database before making any manual modifications.

Look in the dboptions table for an optionname called CountToken (otherwise insert it if it doesn't already exist). Set the value to be one less than what you want to first Global Count value to be. For example, if you want to start the count at 1001, then set the optionvalue for the CountToken optionname to be 1000. Then restart the Laserfiche Server service. Now the next time the %(GCount) token is used, it will resolve to 1001.

1 0

Replies

replied on May 14, 2015

It's not directly editable. You could use it once on a test/sample document which you then delete and it will now be 1. 

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

Sign in to reply to this post.