Discussions
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