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!
Formula Update During Estimate/ Sales Order
I've created some custom column fields that display on the estimate and the sales order. I've created a column field for the base price and one called discount. In the discount field, I've set up the following formula in the default value field:
ROUND((({custcolbase_price}-{rate})/{custcolbase_price})*100,0)
Once a price level is selected, the rate is updated to the proper value. The formula can then use this value along with the base price to calculate the discount.
This works great except that it only updates after the sales order or estimate is saved. I'd like it to update as soon as the price level is selected and the rate is updated.
0