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!
Using HasKeywords Search Operator acts like StartsWith in SuiteScript
Anyone had any success using the HasKeywords operator when building searches via nlapiCreateSearch? I've found very little documentation on this operator, but in testing it appears that it is doing a StartWith when used with text fields.
What I'd like to do is this (searching item records):
new nlobjSearchFilter('description', null, 'haskeywords', 'HP Drive 8 GB')
It would be great if the behavior was: find any item where description has "HP" and has "Drive" and has "8" and has "GB".
I would expect that haskeywords would match entire "words" and not partial words (unlike a contains) which is documented in this thread: