stighy
stighy

Reputation: 7170

Does exists some external text viewer for AOD files?

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

Upvotes: 0

Views: 563

Answers (2)

AnthonyBlake
AnthonyBlake

Reputation: 2354

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

Upvotes: 3

Jan B. Kjeldsen
Jan B. Kjeldsen

Reputation: 18061

The answer is no.

And I agree with Anthony.

Upvotes: 2

Related Questions