Personal Payment Methods & Fast Formulas
Summary
Personal Payment Methods & Fast FormulasContent
Hi,
We are in the process of implementing Employee Self-Service New User Interface and we are researching on how we can limit the number of personal payment methods added by Employees in their self-service.
We have this implemented in Core HR in Classic User Interface when HR admins are adding and managing Personal Payment Methods, they have a maximum number of payment methods limit added using this Expression:
#{(pageFlowScope.FastFormulaBean.limitPPMRuleExist == 'Y' and bindings.PersonalPaymentMethodD1.estimatedRowCount ge pageFlowScope.FastFormulaBean.noOfPPMs)} |
Is there any way we can set some boundaries for Manage Personal Payment Methods to ensure data quality when managed by the employee?