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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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