iProcurement Shopping Cart Personalization Not Working with SPEL
I was testing an idea through model personalization in iProcurement 12.2.10. I created a view instance xxReqPunchout with this simple test query
SELECT 'true' ReadOnly from dual
For the web bean "Message Lov Input : Where do they need to be delivered?", at site level personalization on the shopping cart, I set its "Read Only" property to SPEL and provided the EL expression ${oa.xxReqPunchout.Readonly}.
This is not working, even though the view query is a simple SQL that returns true. If I the change the "Read Only" property directly to "true" and not through SPEL, then deliver-to location LOV is becoming a read-only as expected. What is causing this inconsistent behavior where "Read Only" property doesn't work when using SPEL?
SELECT 'true' ReadOnly from dual
For the web bean "Message Lov Input : Where do they need to be delivered?", at site level personalization on the shopping cart, I set its "Read Only" property to SPEL and provided the EL expression ${oa.xxReqPunchout.Readonly}.
This is not working, even though the view query is a simple SQL that returns true. If I the change the "Read Only" property directly to "true" and not through SPEL, then deliver-to location LOV is becoming a read-only as expected. What is causing this inconsistent behavior where "Read Only" property doesn't work when using SPEL?
Tagged:
0