"Special database object can not be located" when using @mailsend

Hi all,

I have some problems using @mailsend.

I have created a button for sending a mail using @mailsend. The codes are:

@Command([FileSave]);

@MailSend(name;“”;“”;“Follow this link”;“”;“”;[IncludeDoclink]);

But it always has error.

Please help. Thanks.

Subject: @mailsend requires that a “default” view exist in the database when sending doclinks.

i.e. 1 view must have:

Subject: RE: @mailsend requires that a “default” view exist in the database when sending doclinks.

I was having the same problem with my form, i made a default view and it sent the mail.

Thank you for the solution

Christina Masalha