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.
Custom item fields on matrix tab not available since 11/6
It appears that any custom item field designated as matrix is not available anymore. My code was working Thursday and now it can't see these fields.
The matrix fields used to show up in the CustomFields list through this call:
CustomFieldRef[] custFieldRefs = item.getCustomFieldList().getCustomField();
0