Hi there, has anyone managed to build a saved sear...
# general
e
Hi there, has anyone managed to build a saved search that gives a list of transactions that make up a bill payment including any credits, and invoices they have been applied to as part of the payment? 🙂 Thanks in advance
s
You probably want to use
applied to transaction
or
applying transaction
joins, those will give you the links on your transactions. You can also use
applied to type
and
applying transaction type
to filter/see more information about how the other transaction is related. Play with those and you should be able to figure it out
e
Thanks for the help I will give it a go 🙂