Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Address Form script creating issue on the parent Client Script, throwing error while fetching addres
HI,
I have a Client script for validating address details on parent (like Contact, Customer).
I have written some script on Address Form for setting some field, which is working. When I click OK on Address Form, the entered address is reflected in address sublist under Contact.
Now when I click Add button to invoke my address validation script on Contact, it throw error while fetching the address fields, below is the line of code where its failing
var address1 = nlapiGetCurrentLineItemValue('addressbook', 'addr1');
Error:
nlobjError {id: null, code: "UNEXPECTED_ERROR", details: "TypeError: Cannot call method "createElement" of undefined (INVOCATION_WRAPPER#921)", stacktrace: "stacktrace: function nlobjError(c,a,b)arguments: {…onclick(event) arguments: {[object MouseEvent]}↵↵", suppressnotification: undefined, …}