To make Number of opening read only in View and edit job requestion page only for Recruiter
Summary:
We have a requirement to make Number of opening field read only in View and edit job requestion page only for Recruiter & Hiring manager
Content (please ensure you mask any confidential information):
Hi All,
We have a requirement to make Number of opening field read only in View and edit job requestion page only for Recruiter & Hiring manager.
We tried making it read only through Page level EL expression via page composer (EL Expression below)
EL Expression - #{(component.titleBasedOnTemplate == 'View and Edit Job Requisition') and (!securityContext.userInRole['RECRUITING_ADMINISTRATOR'])}
Expected Behavior - Number of opening flag should be read only in View and Edit Job Requisition for everyone who doesn't have RECRUITING_ADMINISTRATOR added to them.