You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

determine whether a Spend Authorization is mandatory based on the Expense Type?

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!