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!
Update your Profile with your Support type to get your Support Type badge.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
To help you get the most out of your 2025.2 Release Preview account, review the topics outlined in the 2025.2 Release Preview Guide.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Referencing a field on a vendor record FROM an item record
OK all you scripting pro’s. I’m starting to cut my teeth into the scripting world and have run into an issue.
I have what I THINK is a pretty simple question but can’t seem to figure it out.
HOW do you access a vendor subrecord FROM an inventory record?
I have a field on the vendor record that I want to check after the vendor has been sourced on the item record.
Here is what I have so far:
function postSource(type,name)
{
var testEnable = nlapiGetCurrentLineItemValue('itemvendor', 'custentity_loc_01_inv_enable_ven');
alert("testEnable= " + testEnable);
}
this SHOULD get me the value of the field on the vendor record but no matter what I do it comes back as
0