We have an internal web app (not domino), that we are wanting to call our trouble ticket system (client app, not web). I was hoping to use the redirect in the internet sites. I have it set up as:
www.companyname.com\testlink
where that will go to
Notes://Server/05256AB0003A5FC6/RED?OpenForm
This isn’t working, I am assuming since it is looking for HTTP?
Any way of doing this so it automatically opens it? by using redirect? The non-domino webpage is doing the following when I add the above Notes:// link to it. It looks like the following:
http://www.companyname.com/Notes:/Apps/05256AB0003A5FC6/RED?OpenForm, once again, I think it is looking for the http: to either append or replace the url. Anyone can shed light on doing this from external or from a web redirect within notes?