Announcements
No record found.
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
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 ;)
Hi Josh Thank you for your reply
Im getting error if i use that please give any solution
For your reference
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,
I got a solution.
You're welcome Ashwini.
Happy NAVing :)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.