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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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