EL expression for supplier profile
Hi Team
I am looking for EL expression to check Supplier Business Relationship based on which i could like to hide the edit button. I am using below expression but business relationship variable not working as expected in Oracle fusion
#{securityContext.userInRole['custom role check'] && bindings.BusinessRelationship.inputValue=='PROSPECTIVE'}
0