CME options export to notepad

Hello All,
I am curious to know if there is a tool which can be used to export all the CME options at once (in Environment/Resource tenants). And can this export be published to notepad or so?

Thanks

CME doesn’t have any options, I guess you mean all applications. If so then no…you could connect to cfgserver DB and do a query to get all application options.

Hi,

In the past I have written some custom code which uses the PSDK to export all CME objects to a text file. You can then do a diff on the export files to see what has changes since the last snapshot.

Regards

2 Likes

With standard process it is not possible,but you can write own code via PSDK and export all required options to the file of any types (as wrote genesysguru). Exist a lot of choices how to do it,depens on your effort and needs