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!
add vendor payment using suite talk
Hi All,
I have to create a utility in c# which will read csv and create a vendor payment record in netsuite.
but the issue is vendor payment record applylist required vendorbill i set the applylist fields but it give me following error
Unable to find a matching line for sublist apply with key: [doc,line] and value:
i initialize the list but unable to assign this list to vendor record please help me asap.
thanks in advance
following is the code snippet
string[] values = lines[0].Split(',');
Vendor_Payments_Uploader.Sandbox.VendorPayment vendorPayment = new Vendor_Payments_Uploader.Sandbox.VendorPayment();
0