Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Report from history changes
#7
Join with the user table on whodid

SELECT *
FROM `vtiger_modtracker_basic`
INNER JOIN `vtiger_modtracker_detail` on vtiger_modtracker_basic.id=vtiger_modtracker_detail.id
INNER JOIN vtiger_servicecontracts on vtiger_servicecontracts.servicecontractid=vtiger_modtracker_basic.crmid
INNER JOIN vtiger_users on vtiger_users.id=vtiger_modtracker_basic.whodid
WHERE `changedon` > '2019-01-10 00:00:00' and fieldname='assigned_user_id';
Joe
TSolucio
Reply


Messages In This Thread
Report from history changes - rslemer - 01-11-2019, 02:16 PM
RE: Report from history changes - rslemer - 01-14-2019, 10:33 AM
RE: Report from history changes - rslemer - 01-15-2019, 05:42 PM
RE: Report from history changes - rslemer - 01-16-2019, 01:01 AM
RE: Report from history changes - joebordes - 01-20-2019, 10:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)