You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Default payroll value while global transfer with Payroll details of selected LE

Hi Team,

We are trying to default Payroll from selected LE while doing global transfer. Payroll details are available under LE additional details setup.

We tried below code however it is not working.

function getAssignedPayrollsPayrollId(context) {
const { $componentContext, $fields, $modules, $user, $value } = context;

return '[[ $fields.$value() ]]$fields[\'oracle-eflexfield-HCM_LEMP\'].HCM_LEMP_PAGE.ADDITIONAL_HCM_INFO.pyPayrollName.$value()';

}

return { getAssignedPayrollsPayrollId };

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!