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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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