cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination - Multiple

Former Member
0 Kudos

Friends, We are sending our PO's to various vendors and this is based on the DUNS number thats available in the PO.

In the Receiver Determination we have framed the Condition type as if DUNS = A, the Receiver is VENDOR-A, if DUNS = B VENDOR-B and so on.

Now if the DUNS number NOT MATCHES any of the above list, I want to direct that to a FILE to trap the Erred PO's.

Whether it is possible to frame an ELSE condition in the Receiver Determination.

Thanks for your help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karen

You can have another xpath condition, something like

If (DUNS not equals A AND DUNS not equals B AND DUNS not equals C ) Then receiver is 'Error File Adapter Service'.

cheers

Sameer

Former Member
0 Kudos

Thank you Sameer. That solved the problem. Wonderful Answer .

Answers (0)