@MailSend Problem

Hi,

Can anyone please help me on my problem,

I’m having difficulty on finding the error why It never send notification.

here’s the code I have in my “Submit” button:

REM"…Field CSupv is a multiple values…";

FIELD NextApprover := @Unique(@Name([CN];CSupv));

FIELD suggestion_no := “00-256-89”;

@MailSend(NextApprover; “”; “”;

"Suggestion endorsed for your review : "+suggestion_no;

“NOTE: This message was generated by the AIP Database” +

@NewLine ;"Click on the Link to see the update => ";

[IncludeDoclink]);

When I used Lotus Client 6.5 in creating/submitting the document It never send a notification to the nextapprover but if I used lotus 5 client then It send notification.

And also I have noticed that only submit button has a problem, the other buttons works fine.

The ODS version for this NSF is already 43 and the template is 41. Is it recommended to update the ODS version of my template? please advice.

Thanks a lot in advance.

Subject: @MailSend Problem

You are sending to the Common Name form of the username. The message is probably being sent but not going to the person you think it is. Use the cannonical version or the abbreiated version of the name.

Subject: @MailSend Problem

make sure you have a default form and view defined for your database.

Subject: @MailSend Problem

I would suggest that before you do your @MailSend, that you put in an @Prompt to see what is in the NextApprover field.

That should show you where the message is to be sent.

HTH.

Gregg