Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/22/2022 06:26 AM
Hi Experts,
I have very basic query but finding difficult to identify an answer. So query is i am generating system username for new users and that is generated systemusername as expected. But we need to use the same value in username attribute as well. Saviynt is considering these two are different. Hence can you advice how i can assign the system generated systemusername to username attribute.
I tried using preprocessor but it is failing saying as unknown column.
"PREPROCESSQUERIES": [
"UPDATE NEWUSERDATA SET username =NEWUSERDATA.SYSTEMUSERNAME"
]
can anyone here please advise how to overcome this.
It would be greatly appreciated.
Thanks,
Sampath
Solved! Go to Solution.
11/22/2022 07:14 AM
Add same rule for username in global config
11/22/2022 08:33 AM
Thanks Rushi. It was quick help from you.
I just want to know if there is any other way to do this using preprocessor json
Regards,
sampath
11/22/2022 09:03 AM
username is primary recon key so you may not be able to do it