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.
nlobjSearchFilter gives error:Invalid Search Join ID
Hi,
We are using Advanced job tracking module.
I am using server suite script to search for the sales order that has a certain job/project id in its job field. When i set up a join filter on the job field-
filters[0] = new nlobjSearchFilter( 'job', 'project', 'equalTo', prjId, null);
.....
var searchresults = nlapiSearchRecord('salesorder', null, filters, columns);
Then it gives me error:Invalid Search Join ID.
Can anyone guide me as to why i am getting this error and how to search on the job field of a sales order?
Thanks
0