Does exists some external text viewer for read AOD source files of Axapta ? I would like to backup it each X hour, then try to read the 'past' versions of source code. Thanks
0
votes
sounds like you are trying to re-write source control, maybe you should be looking at turning source control on? I have some code for backing up classes/objects to XPO files if you want it? Also, XPO files are just simple text files, you can read them (to an extent) in any text file viewer/editor.
- AnthonyBlake
Mmm... yes source control isnt enabled. I didn't know it existed.
- stighy
a bit of initial reading for you blogs.msdn.com/b/axsupport/archive/2011/05/31/…
- AnthonyBlake
Maybe you make it an answer, it is more useful than mine.
- Jan B. Kjeldsen
2 Answers
3
votes
Sounds like you are trying to re-write source control, maybe you should be looking at turning source control on? see here
I have some code for backing up classes/objects to XPO files if you want it? It is here
Also, XPO files are just simple text files, you can read them (to an extent) in any text file viewer/editor