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!
Doc in Customer payments
Hi All,
Can you please help us in resolving this issue which we are trying to crack from the last one week.
We are trying use customer payments API through webservices (v 2.5) and we are getting error with doc.
CustomerPaymentApply custpaymentapp = new CustomerPaymentApply();
custpaymentapp.doc=1
if we assign like this we are getting error as
"You must specify a valid line ID. Please set doc:1." , even we tried with sales order no to doc. But still it is giving the same error.
Can you please tell me what exactly doc is and what value we need to assign for it. unfortunately, we are not able to find any information on this in WebServicesRecordsGuide.
0