CoreBOSBB
[solved] Know which user deleted a record - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [solved] Know which user deleted a record (/showthread.php?tid=1208)



[solved] Know which user deleted a record - rslemer - 08-09-2018

Is there any way, do I know which user deleted a record?

I found a record in the recycle bin, but I would like to know which user to delete them and on what date.

How can I do this?


RE: Know which user deleted a record - Guido1982 - 08-15-2018

I haven't tested this, but could it be that the 'last modified by' parameter will tell you this?


RE: Know which user deleted a record - rslemer - 08-15-2018

Problem is not is possible,  spy this field without recover the registry

Perhaps  is necessary changed to list of fields in filter view recicle bin to show this field ...


RE: Know which user deleted a record - joebordes - 08-22-2018

As Luke indicates this information is saved in the vtiger_crmentity.modifiedby field. So you can look in the database.

Another option is if you have ModTracker activated in the module you can recover the record and view the history.

Finally, I think it is a good idea to show the last modified column so I added it:

https://github.com/tsolucio/corebos/commit/5cb3e0230bcf61fb575bacbbc7847be16a6c7618

Thanks!