There are two commands in PDMS that allows you to find out when and by whom a change has been done.
Q LASTMOD $* Will give you a date when the current element has been changed
Q LASTMOD HIER $* Checks for latest modification in the whole hierarchy
Q USERMOD $* Shows the login name of the guilty one
Q USERMOD HIER $* Checks who made the latest modification in the hierarchy
If the admin user does a merge sessions or a reconfiguration of db, then his/her name will be all over the db and the lastmod date is the last merge/reconfiguration date. He/she will always be the guilty one if not careful :redface:
When admins name is all over the db, one can use Q SESSMOD to find out how many times ce has been modified and then Q SESSUSER 99 to find out the 99th person to modify ce.
If I am on a View in Draft and do Update Design and Update Annotation.
The design graphics will change but USERMOD still has the prevouis date.
Is there a attribute the will give the last time Design Update had been done?
[QUOTE=J.Wide;18955]When admins name is all over the db, one can use Q SESSMOD to find out how many times ce has been modified and then Q SESSUSER 99 to find out the 99th person to modify ce.
In example:
Q USERMOD
Usermodified ADMIN
QSESSMOD
Sessmodified 140
Q SESSUSER 139
Sessuser JWide
I realize this is an old thread, but does anyone know if there is a command similer to sessuser that will give you the DATE of the mod? to use the above example, how would I find out what date user JWide made mod #139?