BPM that fires when a user logs in

Hi,

I would like to send an email out, to alert us if anyone logs in with the system account.

Do anyone know if there is a method directive that is triggered when someone logs in, or a field on a table that is populated at the point of login?

Thanks,

Andrew.

I just learned about this from @tkoch the other day. You can use the Ice.Lib.SessionMod.Login. Pre or Post would work for an email that they logged in. Just add a filter for the user you want it to trigger on.

4 Likes

Thankyou.