Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Need to get updatedate attribute updated with userimport changes

Ankit_Singh
New Contributor
New Contributor

The usecase is Updatedate of usertable is not getting changed via Userimport via connection job. Eventhough few attributes were changed. Changes are recorded in userhistory table but usertable updatedate doesn't change

8 REPLIES 8

AmitM
Valued Contributor
Valued Contributor

@Ankit_Singh , raise a freshdesk ticket. Update date gets updated oob when there is an update on user.

BR - Amit

armaanzahir
Valued Contributor
Valued Contributor

@Ankit_Singh ,

The savupdatedate is the attribute you're looking for. It's the date that updates when a user import is processed for a record.

armaanzahir_0-1707817923404.png

Database Schema Reference (saviyntcloud.com)

The updatedate is an attribute on Saviynt that can be used to store the updatedate from the target. You'll need to define that mapping in your connection config.

armaanzahir_1-1707817984984.png

 

 

Regards,
Md Armaan Zahir

Ankit_Singh
New Contributor
New Contributor

SAV update date is updating for all users to job run time. Not for persons with actual update.

User import is via connection and it is rest based import

AmitM
Valued Contributor
Valued Contributor

@Ankit_Singh , can you send a screen shot where update date is showing in user history and for same user not showing via data analyzer.

BR - Amit

update date only get updated when user is updated from API/UI


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

armaanzahir
Valued Contributor
Valued Contributor

@Ankit_Singh ,

If you have mapped a target attribute to Saviynt's updatedate attribute in your rest userimportjson, only then will it get updated after the import. 

If you have mapped it and the same is not punched in the user profile after import, please share the json. 

 

 

Regards,
Md Armaan Zahir

AmitM
Valued Contributor
Valued Contributor

HI @armaanzahir ,  I manually updated this user and updatedate is reflecting so it is not necessarily linked to any target attribute. And, try to update this attribute by Saviynt API , dont think you can. It is Saviynt managed attribute I think.

AmitM_0-1707822851566.pngAmitM_1-1707822900545.png

 

It will update 

  • Any change from API/UI will update date in v24.1
  • Before API 
  • rushikeshvartak_0-1707884604344.png

     

    API :

    • rushikeshvartak_1-1707884604347.png

       

       

  • After API Hit
  • rushikeshvartak_2-1707884604381.png

     

     


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.