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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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