Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
"Invalid custcol_XXXXX reference key 2.0" started showing up overnight
I've got a SS2.0 User Event script that runs before Sales Orders are submitted.
The script loops over every line item on the order and sets a line value like below:
context.newRecord.setSublistValue('item', 'custcol_XXXXX', i, 2);
Where 'custcol_XXXXX' is a List/Record type, referencing a Custom List.
Nothing related to this has changed for months, and it worked fine through yesterday afternoon.
Today, the error "Invalid custcol_XXXXX reference key 2.0" began showing up when saving Sales Orders.
Adding quotes around the value (2) which references the internal id of the list item was enough to resolve my issue:
1