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?