How to make a field visible only for a specific Goal Plan in Oracle HCM?
Hello everyone,
I am currently working on a configuration in Oracle HCM where I need to make a certain field visible only for a specific Goal Plan ID. This field should not be visible for any other Goal Plans.
I am trying to use Expression Language (EL) to conditionally hide or display the field based on the Goal Plan ID, but I am not sure about the exact implementation.
Could anyone share the correct approach to achieve this? Specifically:
- Should I use EL expressions to hide the field based on the Goal Plan ID?
- What is the exact syntax to check the Goal Plan ID and make the field visible only for that Goal Plan?
0