How to Display the Purchase Order Total with Tax on the PDF
Content
The total ordered amount and the total tax are available as separate attributes for display in the purchase order PDF. Customers who wish to sum up these values for a total ordered amount that includes the tax cannot easily add these attributes because they are formatted with separators. Instead, you will need to create a new attribute and add it to the purchase order data model:
PO_BIP_HELPER.get_formatted_display(PO_BIP_HELPER.get_global_attr('ORGORDEREDAMOUNT') + PO_BIP_HELPER.get_global_attr('TOTALTAX')) As TotalWithTax
Once the attribute exists in the data model, you can include it in the RTF template. For more information about editing the data model and RTF template, please refer to the Purchasing Document Publishing and Communication whitepaper