Question
Swiftrinity
NL
Last activity: 11 Feb 2020 5:39 EST
Adding more values in a column in Decision Table taking OR condition
Can anyone help to approach below business scenario:
We have a Decision Table with column with !@containsIgnoreCase(.CorrespondenceCase.pyInboundEmail.pySubject,<current-value>) condition. This DT is delegated to customer. Customer is adding more than one value in a cell for the mentioned column. Customer is expecting Decision Table to evaluate all values and then only return true if they all does not match the condition. Now, the DT evaluates only till the value that returns true.
Please suggest any alternative for this.