4 years ago
MYOB Exo Staff User Last Logged in list
Hi,
In MYOB Exo Business, logged in as an administrator, how can I:
- View a list of all Users AND when they last logged in in one screen?
I have 83 usernames and don't want to have to click on each one individually to see when they last logged in.
If this cannot be done by logging into MYOB Exo, how can it be done via MS SQL Server ?
Hi rcg1
Is it not as simple as running this SQL Script
select LAST_LOGIN, staffno, name from STAFF
If so that could also be developed into a clarity report if required.
All the best,
Carl