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

Question

Question

WebLink 9 URL, SQL database, Cookies?

asked on December 22, 2017

We have documents that are going to be scanned into Laserfiche that will be linked to a (New World) Logos system.  In order to accomplish this, I am writing information into a sql (Logos) database using Workflow.   The information is being written to the db.  I am having a problem with the URL column.  Here is the syntax I am using: http://servername/weblink/Browse.aspx?%(Entry ID). Instead of going to the actual document, the link is going to the main Browse folder page: http://servername/weblink/Browse.aspx?20728163&cr=1 (where 20728163 is the EntryID). 

I thought the issue was the “&cr=1” parameter that is being automatically added (for cookies) although the test user isn’t getting the “cookies aren’t enabled for this site” message.  It takes me here:


 
The test user has access rights to view that document and the folder in which it is located.  What am I missing?

0 0

Answer

SELECTED ANSWER
replied on December 22, 2017

Hi Shannon,

Your syntax may be missing something like " &id= ". To link to a folder, try using:

http://hostname/WebLink/DocView.aspx?dbid=x&id=y
where x specifies the dbid value of the WebLink repository configuration you want to use and y specifies the ID of the desired document. For more information, please see this Laserfiche Help File.

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.