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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
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