Get Started with Redwood for Oracle Cloud HCM Begin Now
Read only fields based on the job requisition status
Content
Hello Everyone,
How did you manage to set some field “Read only” on a job requisition read after it has been approved?
We would like to set some fileds read only when the job requisition has been approved.
Precisely, we have set on a Detail section some flexfields, and we want to set them read only after the job requisition has been approved.
We have found these two EL:
- #{bindings.CurrentPhaseId.inputValue} > this is returning the phase ID (i.e. 3, 4, etc.), however this EL does not work on the Details section on the job requisition.
- #{bindings.CurrentStateName.inputValue} > this is returning the Current state (i.e. Formatting, posted, etc.) however, this EL does not work on the Details section on the job requisition.
0