Exporting Codeunit from 4.0 to earlier version (3.7)

naranara Member Posts: 37
I wonder if there is some problem with exporting a Codeunit that I made on version 4.0 to version 3.7!?
IS there any problem with this operation?

Comments

  • ara3nara3n Member Posts: 9,256
    as long as you aren't using the new functions, findset, findlast, etc, you should be fine.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • DenSterDenSter Member Posts: 8,305
    Try it on a test version of that database, it should tell you if there's something wrong. Don't forget to test thoroughly, that one codeunit could have tons of links to other objects that you could also need to merge.
Sign In or Register to comment.