Hi @feisley How would I add the custom PO Number on Subscription object to the Invoice Line Item table in my Invoice Template. My specific use case is that I want to show a PO Number to each Line Item in my Invoice. Ideally, I'd love to make this conditional so that I show "PO # 12341344" when a PONumber exists (i.e. PONumber not NULL) and blank when PONumber is NULL. I tried adding a <<TableStart:Subscription>><<Subscription.PONumber__c>><<TableEnd:Subscription>> to my table and I got errors. Here's what it looked like
... View more