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
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Making a Field Read Only after Initial Submission - EL Expression

edited Jan 8, 2019 11:19AM in Human Capital Management 7 comments

Summary

Making Religion Field Available to employee as a part of ESS but once filled, it should be made non-editable or locked.

Content

Navigation: 

ESS: 

Me -> Personal Information -> Edit -> Biographical Information 

Once Ethnicity and Religion values are filled by the employee, fields should be locked in or kept in read-only (noneditable) mode. 

Reason: Legal Reports are pulled from these fields which cause incorrect output if an employee changes their Ethnicity/Religion values

 

Tried EL Expressions till date:

  • #{bindings.TransientReligion.inputValue != null ? true : false}
  • #{pageFlowScope.TransientReligion.inputValue == 'Protestant' ? true : false}
  • #{bindings.TransientReligion.inputValue == 'Protestant' ? true : false}
  • #{securityContext.religion== 'Protestant'? true : false} 
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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