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

Question

Question

Is the "toc_uuid" in "toc" table unique?

asked on July 21, 2020

Hi, just a question that we see there is GUID for every document that we can get through SDK and also from toc table "toc_uuid". Is it unique like TocId? and what's the use of this?

 

We have a requirement with customer that they are looking to use GUIDs for every document as reference in their system when they store documents in Laserfiche through integration. Is it a good idea to use GUIDs as reference instead of TocId?

0 0

Answer

SELECTED ANSWER
replied on July 21, 2020

This GUID is globally unique across all repositories (unlike tocid which is an integer) and will not change during an entry's lifetime. You can use it as a reference ID in your integration. For example, the RepositoryAccess library has the Entry.GetEntryInfo(Guid entryUuid, Session) method for retrieving an entry bu GUID.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.