where are dm_user events stored?

Options

I need to query the date a user account was modified. where is this info stored?

Best Answer

  • DCTM_Guru
    Options

    r_modify_date. All the objects and their attributes are described in the Object Reference guide.

Answers

  • It's not stored by default. If you need this, you need to turn on auditing for the dm_save event on the dm_user type. Then you can query dm_audittrail to find all changes.

  • DCTM_Guru
    Options

    r_modify_date. All the objects and their attributes are described in the Object Reference guide.

  • Oops, you're right of course! Somehow I thought r_modify_date was not part of dm_user. I guess I confused it with r_creation_date which is missing.