We want to add a table to our invoices to show any associated IIA, Payments, or Refunds that have been applied to that invoice. Main use case is when a credit has been applied and we need to show a clear history of adjustments and new balance for the cusotmer to process payment. Right now, you can add the transaction table, but the conditional logic cannot be supported when the logic statement uses a field that shoudl be enclose within a table. For example, I added a { IF (MERGEFIELD Transaction.AppliedAmount \* MERGEFORMAT} >0 } statement to only display the table if there is an applied amount...but encountered an error. Now, there is a blank table with only headings on invoices that do not have any associated transactions, which is very confusing to customers.
... View more