How to Display the Purchase Order Total with Tax on the PDF — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to Display the Purchase Order Total with Tax on the PDF

edited Jun 1, 2018 9:13PM in Purchasing 3 comments

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 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!