How to limit number of bank accounts in personal payment methods
Summary:
Hello,
My client wants to limit number of bank accounts in the personal payment methods. I found Oracle Doc ID 2773028.1 that explains steps how to do it. However it's not really clear to me how the EL expression should be modified to limit it to only 1 active bank account in time. Could you please help me?
Below is what is said in the document:
The restriction can be achieved using custom EL expression:
#{backingBeanScope.prsnlPymntMethodsBean.renderButton and pageFlowScope.partyId ne null and pageFlowScope.AddEditRendered
and ((pageFlowScope.hasNoBankAccounts eq 'true' and pageFlowScope.ctryCode eq 'IN' or bindings.PersonalPaymentMethodsD1.estimatedRowCount > 0) or pageFlowScope.ctryCode ne 'IN')}
Tagged:
0