Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Invalid RecordRef internal ID in search using custom field
I have an application using SuiteTalk to perform some basic searching/displaying of data. Part of this searching requires me to utilize a custom field within the search criteria. I have a custom field on the project entity called "custentity_employee_assigned" which points to what employee entity is currently assigned to the project. I need to do a search for all projects that have a particular employee in this field.
My application was referencing 2013_1 of the SuiteTalk WSDL and was working perfectly fine. When I attempted to upgrade to using 2014_1 any place that I tried to use a custom field in my search criteria, I starting getting "Invalid RecordRef internalid for field SearchMultiSelectCustomField" errors. Here is a code sample: