Good day everyone
Can someone help me if they know how to show a document that is in the repository and show it in forms?
I remain attentive to your comments, regards.
Good day everyone
Can someone help me if they know how to show a document that is in the repository and show it in forms?
I remain attentive to your comments, regards.
Hi Daniel
If your using Web Client Repository you can use custom html in Forms to show the specific document from Repository
See the Sample Code below
<iframe height="650px" width="750px" src="http://Servername/RepositorynAme/DocView.aspx?db=LASERFICHE&docid={/dataset/Entry_ID}#?openmode=PDF"></iframe>
Which client are your users using to access documents in the repository? The Windows Client or the Web Client?
It is much more streamlined to do this with the Web Client.
My team uses the Windows Client, so I manage it by downloading a shortcut file that opens the item in the repository. It requires having the entry ID (I get it from a Workflow before the current user task, so it's already in place).
Fue de gran ayuda su información compartida.
Gracias por su gran apoyo saludos.
De nada
Hi Daniel,
If your question has been answered, please let us know by clicking the "This answered my question" button on the response.
We have an internal WebLink portal, so I use a formula in a text field to generate the WebLink URL using the document ID, and embed the WebLink page in an iFrame. This way, even if they don't have a named user license, they can still view the document in the form.