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!
Calling on C# experts
Dear all,
I have the following piece of simple Java code that I'd like to convert to C#. Can anyone help please?
Customer cust = new Customer();
CustomFieldList myList = new CustomFieldList();
cust.setCustomFieldList(myList);
Thanks in advance.
Terry
0