Employee unable to edit Address under Family and Emergency Contact
Employee is unable to edit address under family and emergency contact in Personal details page.
Below is the EL expression rule for Edit Rendered we have in place and also verified role access.
#{((HcmFusePlusBean.userPersonId != bindings.PersonId.inputValue) && (securityContext.userInRole['SE_HR001,SE_HR002,SE_HR003,SE_HR004,SE_HR011,PER_HUMAN_RESOURCE_ANALYST_JOB,O_HRANALYST_VIEWALL_DATA,SE_HR00P2_AOR_LE_ORG_TREE_001_DATA'])) || ((HcmFusePlusBean.userPersonId == bindings.PersonId.inputValue) && (securityContext.userInRole['SE_ESS_001,SE_ESS_002,SE_ESS_004,SE_ESS_006,SE_ESS_007']))}
Reported employee has SE_ESS_007 role
0