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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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