Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Updated date column in users table not getting updated properly

soumik_das
New Contributor II
New Contributor II
Hi,
We have been facing issue regarding the updated date column in users table not getting updated properly. The users have update account tasks in pending task list but the updated date is showing some previous date and time. I am attaching the query for your reference:

SELECT USERNAME, FIRSTNAME, LASTNAME, EMAIL, OWNER as Manager, CUSTOMPROPERTY3 as 'Business Unit', DEPARTMENTname as 'DEPARTMENT', EMPLOYEETYPE as 'Employee Type', ENDDATE as 'End Date', CASE STATUSKEY WHEN '0' THEN 'INACTIVE' WHEN '1' THEN 'ACTIVE' END AS 'USER STATUS', UPDATEDATE as 'Updated Date' FROM USERS WHERE UPDATEDATE > DATE_SUB(CURDATE(), INTERVAL 30 DAY) AND STATUSKEY = 0;
 
Please can anyone intervene on this.
5 REPLIES 5

indrahema95
Regular Contributor
Regular Contributor

You want to check this for inactive users? Have tried to check it when the task is completed? 

nimitdave
Saviynt Employee
Saviynt Employee

users updated date is updated when any of the user attribute is updated by recon,api,UI and not when when account associated with the user is created,updated,deleted

okay thanks a lot

rushikeshvartak
All-Star
All-Star

It won't update when user is updated via task. It only update when user is updated using UI, API or user import.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

okay thanks a lot Rushikesh