Hi all
I'm interested in what is the most common method of applying MS delivered updates to partner/customer databases.
Do you strip the translation of the update first and then do a merge?
Do you use update as is (with translation) and do merge?
Appreciate any thoughts...
Thanks
Regards,
Ivan Koletic
0
Comments
Update as is (with translation) and do merge.
Always.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Ivan Koletic
Yes, we still do the merge and pray that there are no false positives released by Microsoft.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
remove language layers
export as text
merge
import
import language layers
to prevent conflicts on CaptionML lines...
In most cases, I am doing merge with language layers, because the hotfixes are small. But sometime I remove one language layer which is additional to objects, which I am merging. But sometime it could have side-effect that when soe caption was changed, I have wrong translation and it is not easy to notice that.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I'm asking this primary for regulatory update. These may have lots of objects (recent one we released for IT contained ~ 100 objects changed).
We're looking into how to make delivery of such large updates more convenient for partners, since partners will distribute and merge those in customers' databases.
Currently these are releasead with translation, so question is:
1. is the payoff big enough if we release update first and then we release translation - this would mean that code is available a week to 10 days earlier
2. we continue releasing updates with translation and release all on same date?
What do you think.
Ivan Koletic
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Anyone else?
Ivan Koletic
If MS release Objects once and translation once then the cost to customers will double to apply the objects once and translation once..
So You can consider this point also..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Agree with your concern, but translation won't break code and it's a matter of clicking import translation and that's it.
On the other hand, if update is released on time, partner can wait for translation and then do the mergin to customer's db only once, thus not charging the customer twice.
Ivan Koletic
How do you organize maintenance from dev perspective for your customers?
Do you maintain your own version of local Cronus DB with your addons and customizations, a sort of "Partner's W1" database, and:
1. apply fixes / updates to "Partner's W1"
2. apply fixes to customers' databases
or do you have some other method of doing this?
Ivan Koletic
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.