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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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