A C# script generates the link and uses RAScriptClass
SetTokenValue = URL is used and then the email tool is used to link the user to the repository with the link generated.
<a href="%(URL)">Sign Off Form</a>
When the user clicks the link generated instead of opening the file within the repository it returns just a white page with the following code:
<?xml version="1.0" encoding="utf-8"?>
<laserfiche>
<repository name="HEADSTART">
<entry id="7163" />
</repository>
</laserfiche>
it seems to be recognizing the proper repository and entry ID just fine. Would this come about due to specific access rights into the repository location where the ID is located? Or could there be more issues with the actual http link.
I noticed the link is using:
"http://laserfiche-dev/Forms/Supply-Receipt?Instance="
laserfiche-dev.seta.net would be the fully qualified name for the server.
Just trying to identify where the possible breakdown with the link could be happening.