Consolidation of customer

vijay_g
Member Posts: 884
Hi,
i have five customer for different-2 code after many transaction for each customer now i want to consolidate into one customer out of them. what can be best solution.
i have five customer for different-2 code after many transaction for each customer now i want to consolidate into one customer out of them. what can be best solution.
0
Comments
-
Here is an example on how to do it.
http://mibuso.com/forum/viewtopic.php?f ... t=Customer
This technique allows you to merge customers vendors gl accounts.
You can use it to combine douplicate customers contacts or combine old customers that you no longer use.0 -
The reason this code works (from the other post):
CustA.get(A);
CustA.Delete;
CustB.get(B);
CustB.rename(A);
is because the second line, CustA.DELETE, does not pass TRUE as a parameter. So only THAT record is deleted, nothing with a table relation and nothing in the OnDelete trigger is processed. So when you rename the other customer to the deleted one, the other records are still there and they "merge" together.0
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