Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Retrieving customer attributes and primary contact
I need to use webservices to obtain some information from the customer record. I have been able to complete this for all attributes except primary / alternate contact and CustomerAddressBook Country and State.
For the primary / alternate contact, I have seen the documentation which indicates this is available from the contName and primaryAlternate fields - but I cannot see what table these fields belong to. Are they part of some other list, and if so, what name is used? Any sample code would be helpful.
Also, I am able to return what appears to be the enumeration for the Country field in CustomerAddressBook, but what is the usual technique to get the string representation of the country. For example, given the value of 12 (which corresponds to _australia), how do you return Australia?