For more information, please refer to this announcement explaining best practices for getting answers to questions.
Hide/Display customization depending on Comp Plan name
Summary:
Content (please ensure you mask any confidential information):
I added "instructions" to a user-defined column that manager use to provide additional info. This text field is shared between multiple plans. The custom text is applicable only to one plan. How can I show the text one plan and hide on others?
I used tested the following ELs but it's not working for me.
#{bindings.AssociatedPlan=='Job Changes Plan 2023 Fall Cycle'}
#{bindings.AssociatedPlan=='Job Changes Plan 2023'}
#{bindings.AssociatedPlan like 'Job%'}
#{bindings.AssociatedPlan1 like 'Job%'}
#{bindings.AssociatedPlan1 == 'Job Changes Plan 2023'}
#{bindings.AssociatedPlanName=='Job Changes Plan 2023'}
I've tried applying ELs to the Display Header and Show Component with no success.