Identity Management (MOSC)

MOSC Banner

Reconciliation user from eBusiness HRMS Trusted Source to OIM 11.1.2.2 and Assign user to usr( user

edited Nov 29, 2014 2:04AM in Identity Management (MOSC) 3 commentsAnswered

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);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center