EL function “WCTruncator” is no longer available since 22A
Summary:
We have a personalization in the Edit requisition page to make a DFF segment mandatory when the category starts with “CAPEX” .This does not work anymore, and we found in the Doc ID 2855975.1 that the function “WCTruncator” is no longer available since 22A. We tried replacing this function with “fn:startsWith” but we get the error “ javax.el.ELException”
Content (required):
Hi,
We have a personalization with "Page Composer" in the Edit requisition page to make a DFF segment mandatory when the category starts with “CAPEX” . The current rule is
#{WCTruncator[row.CategoryName]['5'] == 'CAPEX...'}
This does not work anymore, and we found in the Doc ID 2855975.1 that the function “WCTruncator” is no longer available since 22A. We tried replacing this function with “fn:startsWith” but we get the error “ javax.el.ELException”