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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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