Hi Everyone
I have a Business requirement where I have to show the changes made on user role with respect to the user including the deleted role on the form where we see the database log for user's. I'm able to show the Inserted type log in SecurityUserRole table by filter the tableid on the execute query event but not able to show deleted role because deleted role's logrecid is present in sysDataBaseLog but not in SecurityUserRole .
Pl give me idea's how to show the removed role on the same form respect to user, besides that database log description filed is empty for SecurityUserRole table.
Please help