How to use OpenDocument calls without hard-coding a servername in the URL
[coding] [network coding] [opendocument] [opendocument.js] [source coding]
Symptom
How can爐o ensure that OpenDocument URLs are portable between environments.How can to format the OpenDocument URL爏o that the server name changes with the environment?I do not want to have to hard code a server name into my links.
Reproducing the Issue
Example:
="<a href=’https://myServer:8080/OpenDocument/opendoc/openDocument.jsp?sDocName=ABC&sType=rpt&sRefresh=Y&sWindow=Y’>Click Me</a>"
In the above formula,爐he server name爄s爃ard-coded.?
Resolution
To resolve this issue and save editing time in [...]