Hello Jagan, <br>
<br>
if you already know the DocId, then you can create a global variable and fill it with an arithmetic expression.<br>
Use the following:<br>
<br>
<code>"https:/" & "/{YourDocuWareServer}/DocuWare/Platform/WebClient/Integration?p=V&fc={YourFileCabinetGUID}&did=" & GV_DocId</code><br>
<br>
just replace the {} with the correct values and you should be all set.<br>
Note how I split the assignment into two strings. This is because Arithmetic expressions do not behave properly when you use two slashes next to each other, because the first tries to escape the second.<br>
<br>
You can also use the URL Creator (part of the desktop apps) to create URLs like this.<br>
<br>
GV_DocId should contain the DocId you know.<br>
<br>
Hope that helps.<br>
<br>
Greetings from Germany,<br>
Simon H. Hellmann<br>
DocuWare System Consultant