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
Search filter returning incorrect result
Hi
I have a saved search which is searching on the project table.
This is the search criteria:
in script view mode:
var jobSearchObj = search.create({
type: "job",
filters:
[
["custentity_pc_location","anyof","1"],
"AND",
["entityid","contains","45"]
],
the search result being returned is one project:
The project only meets part of the criteria and not the full filter criteria.
i.e. it is in the location corresponding with the tnternal id 1.
However, the project id (entityid field) or project name (project name) field do not contain '45'.
Why is a result being returned which does not meet both criteria?
thanks
Tagged:
0