Hello,
Does anyone know if it is possible to have multiple values evaluated within a Javascript Expression in a Dynamic Action? For a DA on button click with condition as Javascript Expression, I would want the value of that to be...
$v('P5_ITEM_1') !== 'X' || $v('P5_ITEM_2') == null
So any subsequent true actions should fire when P5_ITEM_1 does not equal Add or when P5_ITEM_2 is null. This is not working for me. Only the first condition seems to be considered. The second one seems to be ignored. In other words, I can switch the two around and have P5_ITEM_2 evaluated and the other ignored.
Thoughts?
-Seth.