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
Demand Plan own code for next Year
Hi,
i use Demand Plan for a own suitelet, all be okay but our search only shows current year (2013)
var record = nlapiLoadRecord('itemdemandplan', '2'); var detail = record.getLineItemCount('demandplandetail'); getLineItemCount always shown "12" (1 Year)
and for search there is no filter for the year!
if you look on existing demand plan you can change the year and see all informations for 2014.
so my question how to get these infos for the next year as code for our own suitelet?
i'll tried with a own search but there i only get my set quantity not the system-calculated.
0