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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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