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.
nlapiLookupField from Partner Rec Problem
Hi,
What I’m trying to do is update existing Invoice records so they have a Partner set.
The problem I’m having is that part of my script process is to get the ‘Parent’ field from the Partner record, however NS doesn’t seem to recognise the field id ‘Parent’ when I perform a lookup (var subAgentOf = nlapiLookupField("partner", agentId, "parent");) so it throws… “nlobjSearchColumn contains an invalid column, or is not in proper syntax: parent.”
I’ve no idea why its doing this as Parent is defiantly its field id. So I’m just wondering if anyone has had any experience of this or any ideas what could be wrong?