How can I include date of last payment on our statements? There is currently a “last statement date” but I would rather change this to “last payment date”.
I think I need to add a payment table to the schema (likely ARPayment) but I haven’t been able to figure out how to then configure it on the Relationships tab. I believe from there I could just use =MAX([ARPayment.DocDate]) to display the most recent payment date.