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!
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.