How can I tell who has logged into the app designer?
We are on HCM 9.2 / PT 8.53
Currently I use this query to help me see who has logged into PeopleSoft in the past day:
select * from psaccesslog
where logindttm > sysdate - 1;
Is there a way for me to be able to tell if they logged in via PIA or into the app designer?
Any ideas are appreciated! I need to get answers to the auditors and am not sure how to determine who has logged in through the app designer.