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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Populating discount rate
I've a use case where in I need to check that if a sales order is for a specific subsidiary, and a custom field is selected, then I need to calculate the discount percentage on the order total and populate under Discount Rate.
For this I have a saved search on sales order,
Criteria:
Type = Sales Order
Subsidiary = US-1
Main Line = True
Results:
Date - Group
Amount
Formula(Currency) - Maximum = CASE WHEN {subsidiary.id} = 7 AND {custbody_discount_program} IS NOT NULL THEN -1 * ({fxamount} * {custbody_pcg_lvl_1_disc}) ELSE 0 END, Custom Label = Discount Rate
This saved search correctly shows calculated the discount amount.
Tagged:
0