Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/14/2024 07:10 PM
In this particular project when we are provision a SAP user we add him to SAP - User group ABC or XYZ depending on the type of user .
We have a requirement that when a user is terminated their SAP group needs to be changed to XYZ-DISABLED or ABC-DISABLED based on if the user is of category ABC or XYZ .
How do we set TERMINATEDUSERGROUP to accept value dynamically based on current user group or any field in user attribute. Please help.
02/14/2024 08:10 PM
Does XYZ-DISABLED Group exists in SAP for all Groups
02/14/2024 08:18 PM
@rushikeshvartak Yes basically there are two groups XYZ-DISABLED and ABC-DISABLED and depending on the user type they need to be moved it either one of them once terminated,
so basically, i want to pass either one of the group based on the user type in TERMINATEDUSERGROUP filed.
02/14/2024 08:20 PM
TERMINATEDUSERGROUPonly support hardcoded group name
You can try ${account?.usergroup?.concat('-DISABLED')}
02/16/2024 03:01 AM
We are using SAP OOB connector .
We are able to do all function import, create , modify
but when we try to use termination parameters only thing the job does is lock the account it doesn't move the user to Terminated group or change the end date.
I have checked the log there are no errors and the job runs successfully
this is what we have configured for termination in connector
TERMINATED_USER_ROLE_ACTION: ENDDATE
TERMINATEDUSERGROUP : AUS-DISABLED // this is the name of the group where we need to move terminated users
02/19/2024 07:05 AM
Hi @BT,
We are checking on your request and we will keep you posted.
02/19/2024 07:12 AM
Hi @BT,
Please refer the forum post mentioned below for detailed information:-
Solved: SAP: Issue with deprovisioning - Saviynt Forums - 43044