Company Copy v1.5

Administrator
Member, Moderator, Administrator Posts: 2,506
Company Copy v1.5
Copy data between companies in your database comfortably with this cutie made for Navision 3.70 (and higher).
http://www.mibuso.com/dlinfo.asp?FileID=275
Discuss this download here.
Copy data between companies in your database comfortably with this cutie made for Navision 3.70 (and higher).
http://www.mibuso.com/dlinfo.asp?FileID=275
Discuss this download here.
0
Comments
-
When a record variable from another table is used in the onvalidate trigger, the record will be one from the company which is open. Tricky or the meaning ??0
-
Yes, when you validate a field and in this validate records are used as variable, then these records are from the company that is active.
This is a Navision thingy.
You can use company copy from every company in your database. I recommend running CompanyCopy in the company you are coping to.
Thx for your feedback!0 -
Hi,
Whenever I copy the data by choosing some specific fields, other fields of data I didn't choose will be lost.
Can I keep the original value if I didn't select the field to copy
:-k0 -
I think I've found a small bug.
While copying several tables one after another Nav displayed an error saying that RECORDREF had to be closed before it could be used again. After spending a little time stepping through the code I added the three closes shown in the code below to the copydata function to the Copy Company Managemente CU. After this there were no problems.END ELSE BEGIN NumOfRecsSkipped := NumOfRecsSkipped + GetNumOfRecs(Template."From Company",Table."Table No."); Window.UPDATE(6,NumOfRecsSkipped); END; FromTable.CLOSE; ToTable.CLOSE; ToTable2.CLOSE; UNTIL Table.NEXT = 0; MESSAGE(Text005,Template."From Company",Template."To Company",NumOfRecsCreated,NumOfRecsModified,NumOfRecsSkipped);
0 -
Is there a way that I am not seeing to put parameters as to what data I would like to grab? I only see a way to pull everything.
Thanks for you help,
Kim0 -
If you are on SQL, you can also check this: http://www.mibuso.com/dlinfo.asp?FileID=1171.
It generates a SQL script in which you can always put some where-statements.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!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