One of the issues with working on server in Navision with other developers is that objects get overwritten. I've written a tool that prevents this from happening. This works on SQL 2005 only. It is written in .NET sql CLR.
I've blogged out it in here
http://mibuso.com/blogs/ara3n/2008/05/1 ... elopement/
Download the zip file. Import the fob (one table). Run the sql script, and you are ready to do team development on sql server.
Comments are welcome.
This tool was written on my free time.
Enjoy.
Ahmed Rashed Amini
Independent Consultant/Developer
blog:
https://dynamicsuser.net/nav/b/ara3n
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
well the check back in is manual.
This is great. No more lost objects or merging of objects. !!!!!!!!!!!!!!!!!
thank you.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
"Just"? :-k
Isn't this THE problem regarding team development in NAV? If we could automatically export object to text, that we could use almost any versionig system (VSS,..).
BostjanL
Epimatic Corp.
http://www.epimatic.com
So, ever when a user change a object the sql trigger will be fired ...
In these triggers you can fill out a new table like "Object Versions" (include the BLOB Reference).
So, you can everytime restore your old versions.
There is already a mod available in the download section.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
This is one of the simplest tools that i've seen yet so I quite like it.
Epimatic Corp.
http://www.epimatic.com