Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/30/2024 03:45 PM
Hello everyone,
I'm looking for guidance on creating a scheduled job to update user attributes based on predefined rules, similar to how a .sav file is used in schema-based uploads to update user information. Specifically, I want to automate this process so that the job periodically checks certain conditions for all users and updates specified attributes accordingly.
Use Case Example: One scenario I'm aiming to implement is checking the enddate attribute for each user. If a user's end date has passed, the job should update a custom property (like customproperty22) to reflect the user's status based on that condition.
Questions:
If possible, an example or steps on how to achieve this would be incredibly helpful!
Thanks so much for your insights!
10/30/2024 08:44 PM
@Thomas123 you can use preprocessor(modify user json) for it .. add SQL condition and it will be handled via user import job only
10/30/2024 09:02 PM