Training Expiration

Trainings can have an expiration date.

My question is:
the countdown start from when it was added to the user
or when the associated equipment was last used ?

Hi Patrik,
The validity period of a training always starts from the date it was assigned to the member.

Hope that helps!
Best,
Roland

Would it be possible so that it counts down from the last use time ?

So users that did not use a machine for more than a year would have their training removed ?

I don’t think we will add this particular option to Fabman, since there are many questions that would make the rules for this very lab-specific. (What if a training covers more than one machine? Do you have to use all of them? Some of them?)

But you could definitely automate this via the Fabman API to fit your particular needs. For example, you could add a Webhook for activity log events. Whenever someone stops using a machine, you fetch their training records. For every training that includes this machine, you push the training end date forward by another year.