Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Can I add Item Price Rounding in Advanced PDF/HTML Template
Hello,
Below is a screenshot of the itemtable in our quote template. Based on what the business id of a customer is, will determine if the prices should round or not.
For example, customers with:
record.cseg_appf_business.id == '1' should round prices
record.cseg_appf_business.id == '2' should not round prices
You can see below the highlighted code is commented out, however when we need to enter a quote for a customer with business id of 1 and need rounding, we have to come into the template, uncomment the rounding code, and comment out the item.rate and item.amount.
0