Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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