I want a workflow to retrieve the File View URL of a PDF and fill it in to a Forms variable. Within the "Generate Laserfiche Web Client URL" Workflow action, for "If entry is an electronic document"
If I select "Use web client settings" the URL takes me to a blank white page with a tab titled "Download File"
If I select "Open in Document Viewer" the URL takes me to the pages of the document, but I want the file view
If I open the document directly from the repository, it opens the file view as expected
I could probably just remove the ";view=pages" that it automatically puts at the end of the URL using a token action and replace it with "#?openmode=PDF", but I'm wondering if there's a way to get it to directly output the file view URL