Matching Different Attributes on Single Data Source Match Process
Summary:
We have a requirement to match transactions within one data source based on amount and a match between two different data source attributes. The transactions will net to zero for the amount, but we also need to evaluate and match data in two different data sources attributes (Description and Doc Number)
Example of what should be a confirmed match:
Transaction A: Amount $50, Doc Number: X14
Transaction B: Amount $-50, Description: X14
Currently, it seems that the only functionality available for matching in a Match Process with 1 data source is on amount and between single other data source attributes. For example, we can match Doc Number to Doc Number, or Description to Description, but not Doc Number to Description on two different transactions.