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!
Update your Profile with your Support type to get your Support Type badge.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
To help you get the most out of your 2025.2 Release Preview account, review the topics outlined in the 2025.2 Release Preview Guide.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Bug in Post Sourcing on transaction line items?
I've added an item column field on transaction forms that is used as part of the calculation called 'duration'. When the field has a value, the following client-script is performed: amount=(quantity*duration)*rate
Now if you happen to add one or more line items while the 'Customer:Job' field is empty and then enter a Customer:Job, the sourcing of various fields occurs and interestingly, so does a recalc of all of the line items setting them to: amount=qty*rate, effectively wiping out my calculation.
I tried putting an event handler in the post-sourcing event to go back through the line items and recalc them to use my field, but it seems that my function runs *before* this recalc so is a moot point.
0