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.