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:
0