08/15/2023 10:13 PM
Hello,
I need to provide entire update history for tech rule / user update rule to audit team.
Could you please confirm what table name is containing these info?
Thanks
08/16/2023 01:25 AM - edited 08/16/2023 01:26 AM
Hi @ejeong ,
The table name is hanarulehistory.
select hanarulekey,oldvalue,newvalue,olddesc,newdesc,requestedby,requestedon,requestid,requeststatus,approvedon,approvedby,approvercomments from hanarulehistory;
This is not exposed in data analyzer or is present in the Saviynt Documentation.
You might require a join with the hanarule table to fetch the rule name.