08/29/2023 01:00 PM
Hi Team,
I have requirement to update certain attributes (Displayname/Manager) in Users table according to some conditions. In older version I used "Customquery" job to update attributes in Users table.
However, in the recent version (v23.8) the new "Enhanced Query Execution Job" has been restricted to perform any modification in users table as mentioned in the below document.
Could you please suggest how I can modify attributes in Users table.
Thank you,
Shreya
Solved! Go to Solution.
08/29/2023 01:48 PM
Have you tried Sav to Sav option?
08/29/2023 02:04 PM
Hi @Shreya47
You can leverage inline processing to achieve this functionality. Below is the documentation for your reference.
https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter03-User-Management/User-Impo...
09/18/2023 03:28 AM
Thank you, we are testing this for one of our requirements to terminate non-authoritative users.