Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/07/2023 08:00 AM
Hi folks,
We have a requirement for an Offboarding process to perform the following steps :
Following the SAP Documentation, we can insert in the TERMINATED_USER_ROLE_ACTION one of the following actions :
My requirement is to set dynamically the value based on the task type or event to trigger associated actions accordingly, but it always uses the "ENDDATE" by default when I try to set something like :
${task.tasktype==2?(null!=task.entitlement_valuekey?'REMOVE':'DELETEACCOUNT'):'ENDDATE'}
If I hardcode one of the 3 above values, there work independantly.
Thanks for your help !
Solved! Go to Solution.
09/12/2023 08:37 AM
you cannot set a dynamic value there. You have to hardcode one of those 3 values . You can achieve your use case by setting up user update rules.
09/13/2023 12:14 AM
Hello @sai_sp ,
I have configured User Update Rules to trigger the 3 below events :
All tasks are well generated, but as I want the value to be "ENDDATE", then "REMOVE" and "DELETEACCOUNT" at the end, only first one is working as expected.
As you said this can be achieved using User Update Rules, can you please let me know what I am missing here to achieve the above requirement ?
09/18/2023 11:16 PM
Hello @adriencosson
Keep TERMINATED_USER_ROLE_ACTION as Remove to meet the above requirement.
09/19/2023 12:07 AM
Hi @Sampritha_r,
Thank you so much for this. Your suggestion is working as per requirement !