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.
search.Type and record.Type
I was wondering if the intellisense on search.Type was missing because of a bug? I can create a type from record.Type with intellisense.
Example"
var mysearch = create.search({
type: search.Type. // No Intellisense
title: 'foo'
filters: [' ', ' ', ' '] // No intellisense
})
var mysearch = create.search({
type: record.Type.CUSTOMER // Has Intellisense
})
If this is a bug, when do you think it will be fixed?
Also creating filters doesn't give any intellisense either, why? (not even on search.createFilter)
Thanks for the help!
0