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.
Duplicate Record Error
I'm scripting lines in the Revenue Recognition Schedule record, Recurrence sublist. I am removing and then adding some lines, but when I try to save I get a 'DUP_RCRD This record already exists' error. What would cause this? I've tried all sorts of things to fix it but no luck yet. Entering the same line(s) in the UI seems to work...
What counts as a duplicate record anyways? Is there some other field than internalid that must be unique?
For reference, the process is:
1. Load existing record using nlapiLoadRecord
2. Remove 0 or more lines, using nlobjRecord.removeLineItem
3. Add 0-2 lines, using nlobjRecord.selectNewLineItem, nlobjRecord.setCurrentLineItemValue and nlobjRecord.setCurrentLineItemText, and nlobjRecord.commitLineItem