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.
Subtotal and Discount Amount data copy not working on "add"
We are switching methodologies with our estimates. I am trying to implement a subtotal and discount record behavior where the amount is copied to a custom transaction column field.
The code seems to be simple to implement but it only works on edit, not on add.
Item -2 = subtotal item
Item 5476 = discount item
I have the associated form functions assigned as these methods are named. The code is being called with no problems but after clicking the add button the custom amount field is not updated with the correct amount. The subtotal has a different behavior, it will put 0.00 in the custom field whereas discount will put the entered (not calculated) amount. So for example enter a 10% discount and it adds 10.00 to the custom field, not the applicable calculated 10% of the subtotal.