A convenience view that provides the most recent time and user that performed an audit action on a given object.
Column Name |
Data Type |
Description |
---|---|---|
CMSID |
varchar |
The actual name of the CMS host machine without the port number, if used. This is used in conjunction with OBJECTID or CUID to uniquely identify an object across environments. |
MAX_DATE_TIME |
datetime |
The most recent time an action was performed on a given object |
OBJECT_CUID |
varchar |
The object CUID that was acted upon by the user or system |
OBJECT_TYPE |
varchar |
The type of object that describes the Object CUID |
PARENT_CUID |
varchar |
The parent CUID of the Object CUID |
USER_NAME |
varchar |
User name who performed the most recent action on an object |
See also