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
Searching webstore category via script?
Would like to do some checks on Webstore products.
What is the field id for Webstore category?
I noticed that it is called itemid as well. Is that correct?
Looking under the List> Website> Categories, I managed to find the internal id of the Category name I want (assuming it is itemid as well)
I wanted to search for all the products that falls under a certain web category, using a script, the following code doesn't seem to work. Help pls....
-------------------------------------------------
function MessageAtCheckout()
{
//get the message from custom field in transaction form
var msg = nlapiGetFieldValue('custbodycheckout_message');
0