Is it ok to develop objects in a later CU than the client is running?
For example, if a client is running 2016 CU8, and my development server has 2016 CU14, can I develop objects on the development server and export them for use at the client? Do the objects formats change due to CUs?
If the answer is no, it seems that separate servers must be installed on the development server for each CU in use at a client. I am hoping that is not the case of course...
I would tend to think they might change, but only actually do between certain updates. If this is the case, where can I find a list of the updates that change the object file formats?
Thanks!
0
Answers
You can even import fobs develop on 2013 into 2017.
Only problem is if new system functions has been added.
(I understand the point that if I use a system function only available in CU14 it won't work of course.)
Thanks
But there can be cases.
Test and se.
There will be no problem. You can import the objects in lower build, but we need to consider few things:
There won't be any issue with updating the object in higher CU of Same version's(i.e.,NAV2016).
but as best practice have a recheck either to import directly or to merge the changes.
If the object is new one and does't not exits in old CU database you can import directly.
But if it already exits in old CU , then is better to merge the changes rather than importing directly which avoids any missing code or function's