Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Edit line items via script
I have a script written to modify a sales order upon save to do the following:
Check each line item for a condition and upon satisfying the condition, modify specific line item price level.
So far, I've been able to successfully identify the condition and set the price level and rate (kind of), but am stuck at a couple points.
1. I want to perform a calculation on the base price of the item. For example, Item A has quantity=1, a base price of $65, and price level of 2% discount for a rate of $63.70 and amount of $63.70. After testing for the condition (and satisfying), I want to change the price level to 10%, rate to $58.50 and amount to $58.50. I cannot find a reference for base price and have only been able to "back in" to the number via hard-coded values. By doing this, I am able to set the rate...although rounding is a problem.