Send the URL through Lotus Script

Hi,

I am developing a web based workflow application. I need to send the URL of the document through mail and I’m using a server side Lotus Script agent for this purpose. How can I get the URL of the current document?

Regards,

Buwaneka

Subject: Send the URL through Lotus Script

Take a look at DocumentContext property. You should be able to use that to get to any values stored in the document.

Ideally, you’d have a field with the doc id stored or you could use the notesdocument properties universalid or unid depending on your needs.

Hope that helps.