Special database object cannot be located

HI,

I have a form and in that one action button is there . There I am writing the below code.If I wont include doclink it is sending mail. If I include doclink then on click of action button I am getting “Special database object cannnot be located”.

Please help me out regarding this.Please refer my below code.

@Command([FileSave]);

@Mailsend(“Annapoorani Palaniswami/”;“”;“”;“New doc arrived”;“”;“”;[IncludeDoclink])

Subject: Special database object cannot be located

do you have a default view in your database? Includedoclink will not work without one.

Subject: RE: Special database object cannot be located

Thank you. Its now working.