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.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
shippingcost field not accessible with nlapiLookupField
From a cash sale record, I need to look up the shipping cost on the sales order it was created from, using this piece of script:
var createdfromid = nlapiGetFieldValue('createdfrom'); var createdfromshipcost = nlapiLookupField('salesorder', createdfromid, 'shippingcost');but I get this error:
SSS_INVALID_SRCH_COL
An nlobjSearchColumn contains an invalid column, or is not in proper syntax: shippingcost.
My script is fine, I checked other fields and they are accessible. And I checked the NS documentation, shippingcost shows up in the record browser:
https://system.netsuite.com/help/helpcenter/en_US/RecordsBrowser/2010_2/records/salesOrder.html
What's the problem, am I missing something?
0