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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
CustomRecordSearchAdvanced Saved Search With Additional Customer Criteria
Hoping someone can help me figure out how to refine a saved search I am trying to use in a php script. I have an CustomRecordSearchAdvanced that loads up a saved search just fine. I want to additionally filter the results by one of the custom records fields which links to a Customer record. The code below gives me a IINVALID_RCRD_REF and I think that's because Im setting the CustomRecordSearchBasic recType as a customRecord. But I can't figure out what to change as RecordType::customer does not work ether.
Any help would be appreciated.
[CODE]
$search = new CustomRecordSearchAdvanced();
Any help would be appreciated.
[CODE]
$search = new CustomRecordSearchAdvanced();
0