• dms_audt table and lookups for o_action attribute field

    Wondering if there is a table that can be referenced in order to generate a user audit trail report that shows the actual descriptions for the o_action field, in the dms_audt table, rather than the numeric values. Thanks, Mike Robertson
  • Audit Trail Comment housed in Attribute?

    Morning, Have an interesting request. Have got a project that would like to display the comments (captured during check-in), in a view. Anyone have any ideas how to populate an attribute with this information? maybe even set it's update to be triggered…
  • RE: Attribute Change in Audit Trail

    Shawn, You could use the SDK to "capture" what you want to know. Basically you would have to use a PreHook and make a copy of the items that you are interested in that might change. Then in a Posthook, you would compare those items with what they…