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.
Search GiftCertificateItems (Not GiftCertificates)
In the portal when I search for items - Lists > Accounting > Items > Search - I'm able to see all type of items including GiftCertificate. But when I do the same search by web service (ItemSearch), GiftCertificate values are not returned.
Is this a bug? Or any other way is their to get GiftCertificates that are listed in Items search form?
NOTE: The GiftCertificate option is enabled in the preferences tab
Thanks in Advance
Sample code that I have used to get giftCertificateItem
SearchEnumMultiSelectField typeField = new SearchEnumMultiSelectField();
typeField.@operator = SearchEnumMultiSelectFieldOperator.anyOf;
typeField.operatorSpecified = true;
String[] searchArray = new String[1];