0
votes

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

2
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
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

2
votes

The answer is no.

And I agree with Anthony.