Disable Hyperlinks in Historical and Future Sections on the Employment Info Page
Summary:
Hello Team,
Based on recent update, we got a page property for page - Employment Info to Disable Hyperlinks in Historical and Future Sections. When we select No it is disabling across the users. We would like to hide this links for ESS screen and should be available for admin persona.
We tried below conditional logic, still it is not working.
[[ $application.user.roles.includes( 'HRSpecialist_ViewAll','ADMIN','HR Read Only','HRBP','HROPS') ? 'N' : 'Y' ]]
When we tried below one, page is not getting rendered because it is getting error out as this is not valid for this page may be.
Tagged:
0