track user activity

Hi,

Is there a way to track user activity on suiteCRM? ( if in PHP which are the involved tables?) . I would like to check for example:

  1. When users last login?
  2. Which are the activities done? (like: modified some modules ecc. .)
  3. Which users are logged now?

Best regards

You could write custom logic to do this, but it’s not possible out of the box to track this data/movement of users.

What about tracking last activity with leads and contacts, for example? If I set up calls, meetings or send emails to them, is there a way to track the last date so I can set up a workflow to touch someone X days after the last one? Thanks.