Discussions
nlapiLookupField Throws Error
Good Morning,
I am on a Cash Sale, I want to loop throught the line items, I am trying to pull a custom field called "custitem_gcty_blurb01" from the ITEM record.
I am throwing an "object error" in IE when this code runs from a button on a cash sale.
Line: 73
Char: 3
Error: Object expected
Code:0
URL: https://system.netsuite.com/app/accounting/transactions/cashsale.nl?id=142266&e=t
With FireFox's JavaScript Console I get:
Error: _funcname is not defined
Source File: https://system.netsuite.com/javascript/NLUtil.jsp__NS_VER=11.0.4&locale=en_CA.nlqs
Line: 36
The first alert pops up with the correct data, the second alert never pops up and that is when I get the error on "var Blurb01..."