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.
How to create a Contact record and associate it to a Vendor
Hello,
Having some trouble when trying to create a Contact record and associate it to a Vendor. Hopefully someone can help!
ns_vendor_record = record.load({ type: record.Type.VENDOR, id: 2084, isDynamic: true }); var sublistName = ns_vendor_record.getSublists();"sublistName" holds all of the sublists available for the Vendor (one of the sublists returned is "contact").
However, the following returns an "SSS_INVALID_SUBLIST_OPERATION, You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist." error.
0