Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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