Reconciliation user from eBusiness HRMS Trusted Source to OIM 11.1.2.2 and Assign user to usr( user
Dear All,
I faced problem on reconciliation users from EBS HRMS Trusted Source to OIM 11.1.2.2.
After reconcile user to OIM by fixed organization filed in schedule job of (eBusiness HRMS Trusted Reconciliation), i need the organization being the same as user defined field usr(department)
that reconcile from EBS per_all_organization_units.
I going to use postprocess event handler
but I don't know how can write code suitable to change user organization attribute?
-----------------------------------------------
PLEASE CONSIDER THE FOLLOWING NOTE:
if (!orchestration.getOperation().equals("CREATE")) {
userKey = orchestration.getTarget().getEntityId();
} else {
OrchestrationEngine orchEngine = Platform.getService(OrchestrationEngine.class);
userKey = (String) orchEngine.getActionResult(processID);