Overall Summary Edit Rendered EL Expression
Summary: We have requirement to display Edit, based on workflow of Performance Document for only certain documents by Performance Document Name
Content (required):
Seeded EL Expression for Edit: #{backingBeanScope.PerformanceDocumentBean.osEditEnabled}
Custom EL Expression for Edit: #{((pageFlowScope.pCustomaryName eq '2023 Annual Review MD' or pageFlowScope.pCustomaryName eq '2023 Annual Review - MD')? false:'backingBeanScope.PerformanceDocumentBean.osEditEnabled')}
Issue: above customized EL expression is removing Edit from all documents.
Ideally we would incorporate seeded EL expression so that our customization does not overwrite rendering Edit past the Performance Document Workflow.
Version (include the version you are using, if applicable):
23C
Code Snippet (add any code snippets that support your topic, if applicable):