Admin session changes

Hello,

Is there any way to discover what has been changed in a given session in Admin? 

With the following command I can query the latest sessions:

Q SESSION LAST 10

But what if I want to see what has been changed in a given session? In Design there is a way to create a DbListing of the changes in a session. Is there a way to achieve this in Admin?

Thanks in advance,

Rodrigo Basniak

  • you can try :

    DIFF CE SINCE SESSION sessionnumber
    will output  all the changes since session with sessionnumber. but as far as there could a lot of them it is better to output it all to log file file like

    ALPHA FILE/c:\diff.log OVER
     DIFF CE SINCE SESSION 2
    TERM

  • This works, but for selected/named elements only. I would like to do this for the whole System DB. Unfortunately accordingly the DIFF command documentation, we need to specify an element with the command:

    >- DIFFerence <selele> SINCE -+- <date/time> -+-----------------------.

    It's clear in the documentation what are the options for selele option, but in their examples it doesn't seem to support a whole DB.