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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Reallocation execution Log
UPDATE: So for the reallocation page id want it to
-Count the number of lines
- use a for loop to output order number, customer and quantity committed.
-I'd like for this to run both before submit and after submit. That should get it to show me what the original quantity committed were and the new quantity committed are now.
useing
var lineCount = nlapiGetLineItemCount('quantitycommitted');
seems like it would get me the number of lines but is getting out '-1' instead.
-----
Original
I'm a new admin and i've been trying to figure out this long term issue we have been having.
0