How to Construct Shareable Links
The system is initiated using a unique URL describing the application. There are several conditions to keep in mind:
-
If the document number is passed on the URL, the application opens the specified document without having the user browse to the document.
-
If the document number is not passed on the URL, the Open Document browser is displayed.
Additionally, Arbortext Editor provides an option for users to generate a and/or URL for an opened document, as well as a link to open the document in either application.
Examples of URLs:
-
URL for Browsing:
https://<servername>/webeditor
-
URL for Direct Document Editing:
https://<servername>/webeditor?docNbr=0000000046
In this example,
0000000046
is the Windchill object number of the document to be edited. -
for Direct Document Reviewing:
https://<servername>/webreviewer?docNbr=0000000046
Note: If a URL is entered without a direct document number, the following message is displayed:
requires that the Windchill document number be passed on the URL. Please make sure the URL that you are using is correct.