[solved] 4.03, N. American Release, Customer Ship-To
MW59
Member Posts: 85
Hello...
Does anyone know if there's user functionality that permits one to declare a Customer Ship-To Code to default and validate on Sales Order headers or is that a Programming change?
Thanks,
mw
Does anyone know if there's user functionality that permits one to declare a Customer Ship-To Code to default and validate on Sales Order headers or is that a Programming change?
Thanks,
mw
I despise animal testing. They get all nervous and give the wrong answers.
0
Comments
-
It's a programming change. It's very small and would take less then 20 min.
Basically create a new field in customer table called default ship-to code. Set the relationship to ship-to address table
Then in sales header.
in the following trigger
Sell-to Customer No. - OnValidate()
change this code to
//start modification
//VALIDATE("Ship-to Code",'');
GetCust("Sell-to Customer No.");
VALIDATE("Ship-to Code",Cust."Default Ship-to Code");
//end modification0 -
Cool! ... thanks very much, ara3n.
I suspected it wasn't standard, but decided I should check. There's so much to know.
mwI despise animal testing. They get all nervous and give the wrong answers.0 -
This is one of those things that is nice to have. I don't know why navision didn't added as standard feature. My guess, they sell it as a separate granuale ship-to address.
On the other side, kine would say that it would require hundreds of hours of testing and programming in order to get this into Navision spX0 -
I think because the default address is the one on the customer card. Why does anyone need a second default?0
-
it's not in world wide and not in US.0
-
It's not a matter of 'a second default', it's a matter of having one 'Default shipping address'. There are many companies that have a main warehouse where they want their orders to be shipped to, with a different physical address than the main office, or that have their mail delivered to a PO box. It would be nice to have the option to use ship-tos and mark one of them as the default one.0
-
Exactly! The customer I'm implementing is departing an aged application called FACTS that facilitated precisely that.DenSter wrote:It would be nice to have the option to use ship-tos and mark one of them as the default one.
mwI despise animal testing. They get all nervous and give the wrong answers.0 -
MW, this is a very easy modification. Your solution center should be able to do it within a few hours.0
-
I like my solution better Denster.
It's one line of code in sales header, and one new field in customer table.
:oops: 0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

