Click HERE to see how Saviynt Intelligence is transforming the industry. |
01/16/2023 04:55 AM
01/16/2023 06:11 AM
This will be simple logic and does not required custom jar
in condition specify
user location and is updated then in action you can do respective activities
01/16/2023 07:40 AM
I'm agree it's a simple logic,
But how can I update a user attribute with using user update rule without custom jar ?
01/16/2023 07:56 AM
Use saviynt 4 saviynt connector db/ rest
01/19/2023 02:33 AM
I'm trying to Use saviynt 4 saviynt connector db.
The connection with DB is successful.
I want to make a simple update to test it, but it doesn't work.
I use this config in UPDATEUSERJSON:
{"updateUserQry":["Update users set CUSTOMPROPERTY1 = 'coucou' WHERE USERKEY = '${user.id}'"]}
Any idea why it doesn't wok ?
Thanks
01/19/2023 04:16 AM
It should come under updateAccount block
01/19/2023 05:12 AM
In the user update rule,
I use Create Update User Task, Not Create Update Account Task
01/17/2023 09:36 AM - edited 01/17/2023 09:40 AM
You can use inline preprocess to achieve this which is the best way to do this instead of using custom logic or user update rules.
01/19/2023 05:26 AM
Thanks for your reply SK,
I didn't know this preprocess, but it seems with this method I can't see if a value has changed compared to the previous import
01/19/2023 05:37 AM - edited 01/19/2023 05:37 AM
01/19/2023 06:09 AM
Yes you would be able to identify that because using preprocessor you will have user current state data and new state data. Please follow the link provided by Rushi to get better understanding of this feature.
01/19/2023 05:41 PM
Refer post to get actual use case example