HI experts,
I have a scenarios where i need to add multiple condition at receiver determination.
Fore.g:
1) If in Input file Base currency=USD
and Quote Currency=AUD ....
It should go for one communication component.
However same logic need to be applied for vice-versa case.
2) If in Input file Base currency=AUD
and Quote Currency=USD.
than also it should go to same communication component.
I want both the conditions to be checked.
Can you guide how this can be achieved?