Matching process runs to exception -- Query
---------------------------------------------------
Query:
Assume that Purchase Order(P1) created for 100 Dollars.
Now, for the above Purchase order(P1) if invoice is created more than once with the total invoice amount exceeding tha actual purchase order.
For eg:
Invoice1 for P1(Purchase order) Amount 50 $
Invoice2 for P1(Purchase order) Amount 20 $
Invoice3 for P1(Purchase order) Amount 150 $
When the matching process(2-way match) is run then All the 3 invoices are in Exception. But, frankly speaking, we could have matched the Invoice1 and Invoice2 and Invoice3 could be kept in Exception.
So, Instead of running all the invoice lines to exception, is there a possibility of setting match rule or setup which can be done to avoid running all the lines into exception?