Hi Experts,
I want to add Subject of the mail should have the following: Customer Code-Customer Name-Payment amount that is due. please tell me how to achieve this.
Thank you
*This post is locked for comments
Hi Experts,
I want to add Subject of the mail should have the following: Customer Code-Customer Name-Payment amount that is due. please tell me how to achieve this.
Thank you
*This post is locked for comments
You're welcome Ashwini.
Happy NAVing :)
Hi Josh Thank you for your reply,
I got a solution.
Oh sorry, I didn't check well before posting.
I've edited the above message. Let me know if it works better? ;)
Hi Josh Thank you for your reply
Im getting error if i use that please give any solution
For your reference
Thank you
EDITED:
Hello Ashwini,
Pass the values like below to the EmailSubject variable.
EmailSubject := 'Customer Code : '+COPYSTR(Cust."No.",1,50)+', '+'Customer Name : '+COPYSTR(Cust."Name",1,50)+', '+'Payment Amount : '+FORMAT(Cust."Amount");
Please mark the answer verified if it helped you. Thanks! Happy NAVing ;)
André Arnaud de Cal...
292,865
Super User 2025 Season 1
Martin Dráb
231,723
Most Valuable Professional
nmaenpaa
101,156
Moderator