Customer Comments on Order Confirmation/Invoice

midnight
Member Posts: 74
Is there a way that we can have a comment line print automatically on order confirmations and invoices. For example, we have a customer that gets 5% discount. We would like to print something that says "You saved 5% on your order" or something to that effect. Obviously this would have to be done by customer.
Thanks
Thanks
0
Comments
-
First I wouldn't use the "customer comments" what if they have 100's of comment lines?
If you want a quick easy solution - just add a new field to your customer table.
Call it "Special Comment" of whatever name you prefer type text 250.
Where you can Enter your "Phrase" - "You saved 5% on your order".
Add a textbox to your invoice report with sourceexp = Customer."Special Comment" to show the message.
Customer should already be part of the invoice report so I'll assume a GET already exists, else you'll have to add a GET.
The other way would be to pull the Value (5 in this example) from the Cust. Invoice Disc. table per customer and have that show on the invoice. (you'll have to add a get and or find statment)
ex/ "Special Comment" := ("You received %1 % on Your Order",CustInvDisc."Discount %");
That way you don;t have to be concerned that if the value ever changes in the future that it will still be correct.
The first method you would have to change the "Special Comment" field as well as the Cust. Invoice Disc. table.0 -
That's what I thought, no standard NAV functionality to do this.
Thanks
Mike0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions