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.
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