Discussions
Retrieving Contents of Custom Field List
Total Idiot here... I am relatively new to Netsuite webservices, but have done a few things such as creating new invoices, etc...
The question I have is in retrieving a customfieldlist from an invoice. I have retrieved the invoice record and now want to get to the value of the list called "custbody1". Hopefully my terminology is correct. It shows as a SelectCustomFieldRef.
In C# or VB, thru webservices, how do I get to the contents of the list called custbody1 in CustomFieldList in the invoice transaction? Any help would certainly be appreciated.