@MailSend(..., [IncludeDocLink]) in web -?

Hi everyone!

As I have already read on this forum, @MailSend with the [IncludeDocLink] option cannot be used on the web. Instead (as community says) one must do a view lookup, get doc’s UID and make a link.

The question is: how to do this, so included link was a “normal link”, i.e. a hyperlink, not just a text?

Thanks in advance,

   Dmitry.

Subject: Found it!

Create a computed (“compute after validation”) field with @formula:

“notes://www.domain.com/database.nsf/0/”+@Text(@DocumentUniqueID)+“?OpenDocument”

And in a @MailSend-friendly action write:

@MailSend(“User Name/Org”;“”;“”;“Brand new document is posted!”;“”;“LinkField”)

:))

Subject: Found it! ***THANKS Dmitry

Thanks alot Dmitry. Works like a charm.

Ess

Subject: Hello related to @mailsend

Hello Dmitry, I’m new to Lotus Notes and facing problem with @mailsend .Actually I have a feedback form and I’m using on web.I want that when the user submit the button then the content of all the fields on the form will appear in my mailbox .It’s wotrking on Notes but now on web .Can u solve my problem.I’ll be highly grateful to u reply me asap

thanx in advance

Kanishka

Subject: RE: Found it!

It worked!!!as follow… just type linkfidld name do not need “”

http://www.domain.com/database.nsf/0/“+@Text(@DocumentUniqueID)+”?OpenDocument” And in a @MailSend-friendly action write: @MailSend(“User Name/Org”;“”;“”;“Brand new document is posted!”;“”+LinkField;[IncludeDoclink])