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

Question

Question

Call document with Web Access custom URL

asked on April 1, 2016

Is there documentation on how I can create a URL to open a specific document for a specific user in Web Access.     What are the URL syntax options ? 

 

0 0

Replies

replied on April 1, 2016 Show version history

Here's a link to the online help files which details things pretty well.

 

https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-US/administration/#../Subsystems/WAConfiguration/Content/custom-URLs.htm%3FTocPath%3DWeb%2520Access%2520Administration%7CPoints%2520of%2520Integration%7CCustom%2520URLs%7C_____0

 

*updated link to point to WebAccess 10 online help instead of 9.1

 

Cheers,

Carl

 

2 0
replied on May 18, 2017

Hi,

I have a workflow that generates de URL address and store it in a token, then, invoke a new workflow with a web service (an “HTTP Form Post” workflow activity) and copy the URL in a SAP FI document. So, in a SAP document, we can go to the Laserfiche document through web access.

 

HTTP Form Post body content:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:cre:bc:hipervinculo_documento">

   <soapenv:Header/>

   <soapenv:Body>

      <urn:crear_hipervinculo_documento_bc_req_mt>

         <tipo_objeto>%(tipo_objeto)</tipo_objeto>

         <id_objeto>%(id_objeto)</id_objeto>

         <descripcion_objeto>%(descripcion_objeto)</descripcion_objeto>

         <url_objeto>%(url_objeto)</url_objeto>

      </urn:crear_hipervinculo_documento_bc_req_mt>

   </soapenv:Body>

</soapenv:Envelope>

 

It was working ok in Laserfiche 9.

The URL was: http://ServerName/laserfiche/DocView.aspx?db=RepositoryName%26docid%3D(Entry Id)%23

 

After upgrade to Laserfiche 10.1  (Web Access 10) the web service gets an error, so we change the URL to:

http://servername/laserfiche/index.aspx?db=RepositoryName#id=(Entry id);view=pages

 

We tried also with the workflow activity ”Generate Laserfiche Web Client URLs” but in both cases the URL generated only works in GOOGLE CHROME, in Internet Explorer only shows a blank screen, in Microsoft EDGE no changes at all.

 

Does anybody knows if this is a normal behavior for URLs web access 10? It seems not working with Internet explorer 11 neither Microsoft Edge

0 0
replied on May 18, 2017 Show version history

The syntax for opening a document in Web Access 10 should be: https://ServerName/laserfiche/docview.aspx?db=dbName&id=EntryID. It looks like you should be able to take your initial URL and change docid to id. 

Edited to add: That said, docid should work as well. What sort of error were you getting? 

0 0
replied on May 30, 2017

I am receiving the same thing. The link is like:http://servername/laserfiche/index.aspx?db=RepositoryName#id=(Entry id);view=pages.

In Internet Explorer it doesn't display anything. It's just a blank screen. The URL is the example provided. I have tested with Chrome and that link works fine. But with Internet Explorer its just blank. Has anyone had better luck?

0 0
replied on October 17, 2017

Hi guys, we are seeing the same behavior too using Web Client 10. Workflow generates the following link in the "Generate Web Access URLs" activity:

https://FQDN/laserfiche/index.aspx?db=RepositoryName#id=EntryID;view=metadata;type=Fields

The link works fine in Chrome and Firefox, but IE just displays a blank page.

I have noticed that in both Chrome & Firefox the URL get "re-written" from the above to become:

https://FQDN/laserfiche/Browse.aspx?db=RepositoryName&repo=RepositoryName#/?id=EntryID

Is this something anyone else is able reproduce?

Thanks, Dan laugh

1 0
replied on October 17, 2017

This is a bug in Web Access. The fix for it was released as part of KB 1013894.

1 0
replied on October 17, 2017

Thanks Miruna! Must have missed that article in my search before...

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

Sign in to reply to this post.