Hi , We need to set User Valid To to today’s date when user is terminated, can you please let me know how to add before provisioning rule in sap direct connector in IDN . We tried transform rule and attribute sync but it is overwriting the values set in the target end each time user is refreshed.
Hi @pnandhakumar ,
It can be done through before provisioning rule, under disable operation, so take the current date use the java date format and set the value in User Valid to date in formatted way.
Thank you!
handle this using a provisioning policy with conditional logic, so the value is only sent during the disable/deprovision action and not during every refresh.
If SAP requires strict control and ISC logic is not flexible enough, you may need to implement this logic on the SAP side (for example, through SAP exit/BADI or termination job) rather than trying to force it through transform + sync.
Thanks for the suggestion, we have added before provisioning rule and validated Utkirjon
Thanks Abhishek we built new before prov connector rule , deployed in our tenant with SP team help.