determine whether a Spend Authorization is mandatory based on the Expense Type?
in Expenses
Summary:
Can I set Spend Authorization to Optional and then use an EL expression to control it?
#{ (bindings.ExpenseTemplateId.inputValue == 3) and (bindings.ExpenseTypeIdItems.inputValue == 1 or bindings.ExpenseTypeIdItems.inputValue == 2 or bindings.ExpenseTypeIdItems.inputValue == 6) and (pageFlowScope.action == 'create' or pageFlowScope.action == 'edit') and (bindings.ItemizationParentExpenseId.attributeValue == null) }
I have noticed that when setting up EL expressions, they currently only seem to work based on their sequence.
Is there any way to control these using the Expense ID? When I try to use the Expense ID for control, it does not seem to take effect.
Content (please ensure you mask any confidential information):
Tagged:
0